Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebeggs committed Dec 30, 2020
2 parents a6d0f30 + 773d443 commit bdf2866
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,3 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit bdf2866

Please sign in to comment.