Skip to content

Commit 294ea13

Browse files
authored
chore: re-enable uploads after CI renovations (#1110)
1 parent bb6f426 commit 294ea13

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
# - Publish to PyPI
104104
- name: Python Semantic Release
105105
uses: relekang/python-semantic-release@v7.32.2
106-
env:
107-
REPOSITORY_URL: https://test.pypi.org/legacy/
108-
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
106+
# env:
107+
# REPOSITORY_URL: https://test.pypi.org/legacy/
108+
# TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
109109
with:
110110
github_token: ${{ secrets.GITHUB_TOKEN }}
111111
pypi_token: ${{ secrets.PYPI_TOKEN }}
@@ -173,6 +173,5 @@ jobs:
173173
with:
174174
user: __token__
175175
password: ${{ secrets.PYPI_TOKEN }}
176-
repository_url: https://test.pypi.org/legacy/
177176

178177
# To test: repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)