Skip to content

Commit 67c3225

Browse files
Update publish-to-pypi.yml
1 parent 3b6ca80 commit 67c3225

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publish-to-pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
with:
184184
user: __token__
185185
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
186-
repository_url: https://test.pypi.org/legacy/
186+
repository-url: https://test.pypi.org/legacy/
187187
# Publish everything to Prod PyPi but only if it is not a prerelease
188188
- name: Publish package to Prod PyPi
189189
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
@@ -194,3 +194,4 @@ jobs:
194194
#
195195
# END of Job 2
196196
#
197+

0 commit comments

Comments
 (0)