Skip to content

Commit 629ab01

Browse files
committed
action: use upload.pypi.org based on twine source code
commit-id:ade50c01
1 parent ba49052 commit 629ab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ jobs:
8181
- name: Publish package
8282
uses: pypa/gh-action-pypi-publish@release/v1
8383
with:
84-
repository-url: ${{ inputs.repository == 'pypi' && 'https://pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
84+
repository-url: ${{ inputs.repository == 'pypi' && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}
8585
# No credentials needed for trusted publishing!

0 commit comments

Comments
 (0)