Skip to content

Commit 2f54201

Browse files
authored
follow a deprecation warning in the release action (#53)
* deprecation of `_` options in gh-action-pypi-publish
1 parent 10c2aa0 commit 2f54201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
- name: Publish to PyPI
6262
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
6363
with:
64-
verify_metadata: true
64+
verify-metadata: true
6565
verbose: true

0 commit comments

Comments
 (0)