Skip to content

Commit

Permalink
MAINT fix placeholder with correct package name in test.pypi.org publ…
Browse files Browse the repository at this point in the history
…ishing config (#550)
  • Loading branch information
ogrisel authored Jan 14, 2025
1 parent 12f9891 commit a6d227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

environment:
name: testpypi
url: https://test.pypi.org/p/<package-name>
url: https://test.pypi.org/p/cloudpickle

permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
Expand Down

0 comments on commit a6d227c

Please sign in to comment.