We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4443f77 commit 3af5794Copy full SHA for 3af5794
.github/workflows/labsdk-release.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: artifact
71
path: dist
72
- name: "Publish to PyPi"
73
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
74
with:
75
user: __token__
76
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments