Skip to content

Commit fe4bcda

Browse files
authored
Update python-publish.yml
1 parent e35688c commit fe4bcda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ jobs:
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_API_TOKEN }}
37+
packages_dir: dist
38+
verify_metadata: true
39+
skip_existing: true
40+
verbose: true

0 commit comments

Comments
 (0)