Skip to content

Commit 45fb373

Browse files
committed
Fix package name in GHA
1 parent 2f068ab commit 45fb373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
runs-on: ubuntu-latest
8989
environment:
9090
name: testpypi
91-
url: https://test.pypi.org/p/kaleido_test
91+
url: https://test.pypi.org/p/kaleido
9292
# Signs this workflow so pypi trusts it
9393
permissions:
9494
id-token: write

0 commit comments

Comments
 (0)