Update .github/workflows/release.yml

This commit is contained in:
Henry Schreiner
2023-05-09 21:29:00 -04:00
committed by GitHub
parent 2bd344260e
commit da2726449c
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
name: artifact
path: dist
- uses: pypa/gh-action-pypi-publish@v1.8.6
- uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}