Skip to content

Commit

Permalink
update GA deprecated options
Browse files Browse the repository at this point in the history
  • Loading branch information
dcambie committed Jul 11, 2023
1 parent 86329fe commit a429aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
with:
user: dcambie
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref_name, 'v')
Expand Down

0 comments on commit a429aba

Please sign in to comment.