We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7ad0d + 838e388 commit 6c1cc81Copy full SHA for 6c1cc81
.github/workflows/release.yml
@@ -50,13 +50,13 @@ jobs:
50
uses: pypa/gh-action-pypi-publish@release/v1
51
if: ${{ contains(github.ref, '-pre') }}
52
with:
53
- repository_url: https://test.pypi.org/legacy/
54
- print_hash: true
55
- skip_existing: true
+ repository-url: https://test.pypi.org/legacy/
+ print-hash: true
+ skip-existing: true
56
verbose: true
57
58
- name: Publish to PyPI
59
60
if: ${{ !contains(github.ref, '-pre') }}
61
62
0 commit comments