File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Build
2
2
3
3
on :
4
+ release :
5
+ types : [published]
4
6
push :
5
7
branches : main
6
8
pull_request :
61
63
make html
62
64
python -m pytest --check-links
63
65
popd
66
+
67
+ - name : Build
68
+ if : github.event_name == 'release'
69
+ run : |
70
+ python -m pip install --upgrade -v -e ".[test, examples, docs]"
71
+ yarn build
72
+ rm -rf dist
73
+
74
+ python -m build .
75
+
76
+ - name : Publish package
77
+ if : github.event_name == 'release'
78
+ uses : pypa/gh-action-pypi-publish@release/v1
79
+ with :
80
+ password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyterannotate" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A Jupyter Text Annotation Widget" ,
5
5
"keywords" : [
6
6
" jupyter" ,
You can’t perform that action at this time.
0 commit comments