Skip to content

Commit

Permalink
Fix PyPi deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
grumBit committed Feb 1, 2024
1 parent ec76ec0 commit bd36a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
verbose: true
skip_existing: true
skip-existing: true
- name: 📦 Publish package to PyPI
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
skip_existing: true
skip-existing: true

0 comments on commit bd36a1e

Please sign in to comment.