2 parents 652b120 + 41df60c commit a96e1a3Copy full SHA for a96e1a3
1 file changed
.github/workflows/python-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: python -m build
27
28
- name: Publish package
29
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
user: __token__
32
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments