Skip to content

Commit ec5a36c

Browse files
fix url
1 parent 5179e27 commit ec5a36c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
TWINE_USERNAME: "__token__"
1818
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
19-
TWINE_REPOSITORY_URL: "https://pypi.org/simple/"
19+
TWINE_REPOSITORY_URL: "https://upload.pypi.org/legacy/"
2020
steps:
2121
- uses: actions/checkout@v5
2222
- name: Set up Pixi

.github/workflows/publish_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
TWINE_USERNAME: "__token__"
1717
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
18-
TWINE_REPOSITORY_URL: "https://test.pypi.org/simple/"
18+
TWINE_REPOSITORY_URL: "https://test.pypi.org/legacy/"
1919
steps:
2020
- uses: actions/checkout@v5
2121
- name: Set up Pixi

0 commit comments

Comments
 (0)