Skip to content

Commit

Permalink
fix deprecated inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed May 14, 2024
1 parent 2b8115b commit dcf5f27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN_PROD }}
print_hash: true
print-hash: true
6 changes: 3 additions & 3 deletions .github/workflows/testrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN_TEST }}
repository_url: https://test.pypi.org/legacy/
print_hash: true
skip_existing: true
repository-url: https://test.pypi.org/legacy/
print-hash: true
skip-existing: true

0 comments on commit dcf5f27

Please sign in to comment.