We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d4d07 commit c354e2fCopy full SHA for c354e2f
.github/workflows/main.yml
@@ -67,5 +67,5 @@ jobs:
67
- name: Publish package to PyPI
68
uses: pypa/gh-action-pypi-publish@release/v1
69
with:
70
- packages_dir: dist/
71
- skip_existing: true
+ packages-dir: dist/
+ skip-existing: true
0 commit comments