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 7ef2cd0 commit 1cda916Copy full SHA for 1cda916
.github/workflows/publish.yml
@@ -21,7 +21,6 @@ jobs:
21
- name: Package
22
run: poetry build
23
- name: Publish to PyPI
24
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
25
with:
26
- user: __token__
27
password: ${{ secrets.pypi_token }}
0 commit comments