Skip to content

Commit c14f990

Browse files
author
jacopo
committed
Avoid warning on kebab-case syntax
1 parent e79908e commit c14f990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ jobs:
9595
- name: Publish package distributions to PyPI
9696
uses: pypa/gh-action-pypi-publish@release/v1
9797
with:
98-
packages_dir: artifact/
98+
packages-dir: artifact/
9999

100100

0 commit comments

Comments
 (0)