Skip to content

Commit 3af5794

Browse files
authored
build: fix labsdk pypa gha
Signed-off-by: Almog Baku <[email protected]>
1 parent 4443f77 commit 3af5794

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)