Skip to content

Commit a6d227c

Browse files
authored
MAINT fix placeholder with correct package name in test.pypi.org publishing config (#550)
1 parent 12f9891 commit a6d227c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
environment:
106106
name: testpypi
107-
url: https://test.pypi.org/p/<package-name>
107+
url: https://test.pypi.org/p/cloudpickle
108108

109109
permissions:
110110
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)