We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86418ed commit 321a6b3Copy full SHA for 321a6b3
.github/workflows/publish.yml
@@ -49,6 +49,6 @@ jobs:
49
unzip wheels/libfranka_0-12-1_wheels.zip
50
51
- name: Publish python package
52
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
53
with:
54
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments