Skip to content

Commit

Permalink
Fix URL in testpypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Dec 3, 2024
1 parent 9404ec6 commit ef8d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
needs: [build, conda-release]
environment:
name: testpypi
url: https://pypi.org/p/${{ env.PACKAGE_NAME }}
url: https://test.pypi.org/p/${{ env.PACKAGE_NAME }}
permissions:
id-token: write
steps:
Expand Down

0 comments on commit ef8d711

Please sign in to comment.