We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfcdaa commit 90535acCopy full SHA for 90535ac
.github/workflows/publish_pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build package
24
run: python -m build
25
- name: Publish package
26
- uses: pypa/gh-action-pypi-publish@release/v1.5
+ uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
user: __token__
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments