Update publish_to_pypi.yml

This commit is contained in:
mkinney authored and GitHub committed 2021-12-30 09:12:53 -08:00
1 parent 6f9bcfaaff
commit 36bed11959
1 file changed
-1
-1
View File
@@ -29,7 +29,6 @@ jobs:
--outdir dist/
.
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
username: __token__