We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35688c commit fe4bcdaCopy full SHA for fe4bcda
.github/workflows/python-publish.yml
@@ -34,3 +34,7 @@ jobs:
34
with:
35
user: __token__
36
password: ${{ secrets.PYPI_API_TOKEN }}
37
+ packages_dir: dist
38
+ verify_metadata: true
39
+ skip_existing: true
40
+ verbose: true
0 commit comments