Workflow tweak

This commit is contained in:
Michael 2020-08-16 11:23:11 -05:00
parent 11e34167d2
commit bdc2a5c213

View File

@ -1,4 +1,4 @@
- name: Publish package to Pypi - name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with: