Skip to content

Commit d1e3b4e

Browse files
committed
Revert "Move to modern upload URL away from legacy"
This reverts commit f8373e2. The legacy URLs aren't actually deprecated, and they're what everyone else still seems to be using.
1 parent ca0a26c commit d1e3b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838
- name: Publish distribution to Test PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1
4040
with:
41-
repository-url: https://test.pypi.org/
41+
repository-url: https://test.pypi.org/legacy/
4242
attestations: false
4343

4444
- name: Publish distribution to PyPI
4545
uses: pypa/gh-action-pypi-publish@release/v1
4646
with:
47-
repository-url: https://upload.pypi.org/
47+
repository-url: https://upload.pypi.org/legacy/
4848
attestations: false

0 commit comments

Comments
 (0)