We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e14e4 commit 73f42c4Copy full SHA for 73f42c4
.github/workflows/dev.yml
@@ -322,7 +322,7 @@ jobs:
322
twine check dist/*
323
324
- name: Publish 📦 to PyPI
325
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
326
with:
327
password: ${{ secrets.PYPI_DEV_API_TOKEN }}
328
skip_existing: true
.github/workflows/stable.yml
@@ -177,7 +177,7 @@ jobs:
177
178
179
180
181
182
password: ${{ secrets.PYPI_API_TOKEN }}
183
0 commit comments