We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6f426 commit 294ea13Copy full SHA for 294ea13
1 file changed
.github/workflows/ci.yml
@@ -103,9 +103,9 @@ jobs:
103
# - Publish to PyPI
104
- name: Python Semantic Release
105
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/
+ # env:
+ # REPOSITORY_URL: https://test.pypi.org/legacy/
+ # TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
109
with:
110
github_token: ${{ secrets.GITHUB_TOKEN }}
111
pypi_token: ${{ secrets.PYPI_TOKEN }}
@@ -173,6 +173,5 @@ jobs:
173
174
user: __token__
175
password: ${{ secrets.PYPI_TOKEN }}
176
- repository_url: https://test.pypi.org/legacy/
177
178
# To test: repository_url: https://test.pypi.org/legacy/
0 commit comments