We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be6fbf commit 6a03f2fCopy full SHA for 6a03f2f
1 file changed
.github/workflows/ci.yml
@@ -103,6 +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/
109
with:
110
github_token: ${{ secrets.GITHUB_TOKEN }}
111
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments