Skip to content

Commit 761befe

Browse files
authored
build: fix labsdk pypa gha (#322)
2 parents 4443f77 + 3af5794 commit 761befe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/labsdk-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
name: artifact
7171
path: dist
7272
- name: "Publish to PyPi"
73-
uses: pypa/gh-action-pypi-publish@v1
73+
uses: pypa/gh-action-pypi-publish@release/v1
7474
with:
7575
user: __token__
7676
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)