Skip to content

Commit eecb39d

Browse files
committed
Updated publish script
1 parent ac82e15 commit eecb39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ jobs:
8585
dist/giskard_lmutils-*.whl
8686
8787
- name: Push to Pipy
88-
run: uv publish --username "${{ secrets.PIPY_USERNAME }}" --password "${{ secrets.PIPY_PASSWORD }}"
88+
run: uv publish --token "${{ secrets.PIPY_RELEASE_TOKEN }}"

0 commit comments

Comments
 (0)