We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba49052 commit 629ab01Copy full SHA for 629ab01
.github/workflows/publish.yml
@@ -81,5 +81,5 @@ jobs:
81
- name: Publish package
82
uses: pypa/gh-action-pypi-publish@release/v1
83
with:
84
- repository-url: ${{ inputs.repository == 'pypi' && 'https://pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
+ repository-url: ${{ inputs.repository == 'pypi' && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
85
# No credentials needed for trusted publishing!
0 commit comments