Skip to content

Commit 6a03f2f

Browse files
authored
chore: additional release automation prep (#1106)
1 parent 2be6fbf commit 6a03f2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +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/
106109
with:
107110
github_token: ${{ secrets.GITHUB_TOKEN }}
108111
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)