Skip to content

Commit be840e4

Browse files
committed
fix: TestPyPI skip existing, verbose logging
1 parent 835ebbf commit be840e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,14 @@ jobs:
2929
with:
3030
user: __token__
3131
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
32+
print_hash: true
33+
skip_existing: true
34+
verbose: true
3235

3336
- name: Publish to PyPI
3437
uses: pypa/gh-action-pypi-publish@release/v1.5
3538
if: "!github.event.release.prerelease"
3639
with:
3740
user: __token__
3841
password: ${{ secrets.PYPI_API_TOKEN }}
42+
print_hash: true

0 commit comments

Comments
 (0)