Skip to content

Commit d70c0e4

Browse files
committed
fix release action
1 parent f9fed5c commit d70c0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
environment:
3535
name: pypi
36-
url: https://pypi.org/p/bloqade # Replace <package-name> with your PyPI project name
36+
url: https://pypi.org/p/bloqade-circuit # Replace <package-name> with your PyPI project name
3737
permissions:
3838
id-token: write # IMPORTANT: mandatory for trusted publishing
3939

0 commit comments

Comments
 (0)