Skip to content

Commit

Permalink
chore: re-enable uploads after CI renovations (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Dec 17, 2022
1 parent bb6f426 commit 294ea13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -103,9 +103,9 @@ jobs:
# - Publish to PyPI
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.2
env:
REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
# env:
# REPOSITORY_URL: https://test.pypi.org/legacy/
# TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
Expand Down Expand Up @@ -173,6 +173,5 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
repository_url: https://test.pypi.org/legacy/

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

0 comments on commit 294ea13

Please sign in to comment.