We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b91ad1 commit a7484ebCopy full SHA for a7484eb
1 file changed
.github/workflows/deploy.yml
@@ -119,7 +119,8 @@ jobs:
119
uses: pypa/gh-action-pypi-publish@v1.13.0
120
with:
121
repository-url: https://test.pypi.org/legacy/
122
- verbose: true
+ verbose: true # useful debugging info (eg wrong classifiers)
123
+ skip-existing: true # allows repeated testing with same tag
124
125
deploy-pypi:
126
name: Deploy to PyPI
0 commit comments