Skip to content

Commit 4f2d19d

Browse files
committed
tests.yml: pypa/gh-action-pypi-publish has normalized inputs. Match it.
Solves two warnings: Warning: Input 'skip_existing' has been deprecated with message: The inputs have been normalized to use kebab-case. Use instead. Warning: Input 'packages_dir' has been deprecated with message: The inputs have been normalized to use kebab-case. Use instead.
1 parent 803fb45 commit 4f2d19d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112
with:
113113
user: __token__
114114
password: ${{ secrets.TWINE_PASSWORD }}
115-
skip_existing: true
116-
packages_dir: wheelhouse/
115+
skip-existing: true
116+
packages-dir: wheelhouse/

0 commit comments

Comments
 (0)