Skip to content

Commit c354e2f

Browse files
committed
deprecated workflow keywords
1 parent 79d4d07 commit c354e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
- name: Publish package to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
70-
packages_dir: dist/
71-
skip_existing: true
70+
packages-dir: dist/
71+
skip-existing: true

0 commit comments

Comments
 (0)