Skip to content

Commit 6c1cc81

Browse files
authored
Refactor: kebab-case inputs (#74)
2 parents 2f7ad0d + 838e388 commit 6c1cc81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ jobs:
5050
uses: pypa/gh-action-pypi-publish@release/v1
5151
if: ${{ contains(github.ref, '-pre') }}
5252
with:
53-
repository_url: https://test.pypi.org/legacy/
54-
print_hash: true
55-
skip_existing: true
53+
repository-url: https://test.pypi.org/legacy/
54+
print-hash: true
55+
skip-existing: true
5656
verbose: true
5757

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

0 commit comments

Comments
 (0)