Skip to content

Commit 1d7a12b

Browse files
authored
fix ci (#140)
1 parent e308a41 commit 1d7a12b

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
5-
branches: [ main ]
6+
branches:
7+
- main
8+
tags:
9+
- 'v*'
610
pull_request:
7-
branches: [ main ]
8-
11+
branches:
12+
- main
913

1014
jobs:
1115

jupyter_rfb/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# This is the base version number, to be bumped before each release.
2424
# The build system detects this definition when building a distribution.
25-
__version__ = "1.0.0"
25+
__version__ = "1.0.1"
2626

2727
# Set this to your library name
2828
project_name = "jupyter_rfb"

0 commit comments

Comments
 (0)