We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0a26c commit d1e3b4eCopy full SHA for d1e3b4e
.github/workflows/publish.yml
@@ -38,11 +38,11 @@ jobs:
38
- name: Publish distribution to Test PyPI
39
uses: pypa/gh-action-pypi-publish@release/v1
40
with:
41
- repository-url: https://test.pypi.org/
+ repository-url: https://test.pypi.org/legacy/
42
attestations: false
43
44
- name: Publish distribution to PyPI
45
46
47
- repository-url: https://upload.pypi.org/
+ repository-url: https://upload.pypi.org/legacy/
48
0 commit comments