Skip to content

Commit

Permalink
Update deprecated input names (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwheeler authored Apr 17, 2024
1 parent 66f576b commit d117228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
with:
user: __token__
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
verbose: true
publish:
if: github.event_name == 'release'
Expand Down

0 comments on commit d117228

Please sign in to comment.