We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6ca80 commit 67c3225Copy full SHA for 67c3225
publish-to-pypi.yml
@@ -183,7 +183,7 @@ jobs:
183
with:
184
user: __token__
185
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
186
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
187
# Publish everything to Prod PyPi but only if it is not a prerelease
188
- name: Publish package to Prod PyPi
189
if: github.event_name == 'release' && startsWith(github.ref, 'refs/tags') && !github.event.release.prerelease
@@ -194,3 +194,4 @@ jobs:
194
#
195
# END of Job 2
196
197
+
0 commit comments