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 11name : Build
22
33on :
4+ release :
5+ types : [published]
46 push :
57 branches : main
68 pull_request :
6163 make html
6264 python -m pytest --check-links
6365 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 11{
22 "name" : " jupyterannotate" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.1.3 " ,
44 "description" : " A Jupyter Text Annotation Widget" ,
55 "keywords" : [
66 " jupyter" ,
You can’t perform that action at this time.
0 commit comments