Skip to content

Commit

Permalink
pypi publish on release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSt committed Aug 27, 2022
1 parent 89452fc commit 88b6553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: build pip
run: cd NGSTrefftz/.github/workflows && sh build_pip.sh
- name: Publish source distribution to PyPI
if: github.event_name == 'release' && github.event.action == 'created' #startsWith(github.ref, 'refs/tags/v') # && github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 88b6553

Please sign in to comment.