Skip to content

Commit

Permalink
fix pypi upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronik committed Nov 23, 2019
1 parent c7cf047 commit 143956e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:

- name: Publish package
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
run: |
python -m pip install --upgrade setuptools wheel
python setup.py sdist bdist_wheel
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 143956e

Please sign in to comment.