Skip to content

Commit

Permalink
Refactor: kebab-case inputs (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Nov 17, 2023
2 parents 2f7ad0d + 838e388 commit 6c1cc81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ contains(github.ref, '-pre') }}
with:
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
verbose: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ !contains(github.ref, '-pre') }}
with:
print_hash: true
print-hash: true

0 comments on commit 6c1cc81

Please sign in to comment.