File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches : ' *'
66
7+ push :
8+ branches :
9+ - master
10+
711jobs :
812 build :
913 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : Build
22on :
3- push :
4- branches : master
3+ release :
4+ types : [published]
5+
56
67jobs :
78 build-n-publish :
3233 - name : Package
3334 run : python setup.py sdist
3435 - name : Publish distribution 📦 to PyPI
35- if : startsWith(github.ref, 'refs/tags')
3636 uses : pypa/gh-action-pypi-publish@master
3737 with :
3838 password : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ node_modules/
55.ipynb_checkpoints
66* .tsbuildinfo
77lckr_jupyterlab_variableinspector /labextension
8+ .vscode
89
910# Created by https://www.gitignore.io/api/python
1011# Edit at https://www.gitignore.io/?templates=python
You can’t perform that action at this time.
0 commit comments