Update publish_to_pypi.yml

This commit is contained in:
mkinney
2021-12-30 09:12:53 -08:00
committed by GitHub
parent 6f9bcfaaff
commit 36bed11959

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__