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 fc540d2 commit 9b2d0eeCopy full SHA for 9b2d0ee
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
artifacts: "dist/*"
92
token: ${{ secrets.GITHUB_TOKEN }}
93
- name: Publish
94
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
95
with:
96
user: __token__
97
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments