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 835ebbf commit be840e4Copy full SHA for be840e4
.github/workflows/publish.yml
@@ -29,10 +29,14 @@ jobs:
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
32
+ print_hash: true
33
+ skip_existing: true
34
+ verbose: true
35
36
- name: Publish to PyPI
37
uses: pypa/gh-action-pypi-publish@release/v1.5
38
if: "!github.event.release.prerelease"
39
40
41
password: ${{ secrets.PYPI_API_TOKEN }}
42
0 commit comments