We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b47774 commit 59db00bCopy full SHA for 59db00b
1 file changed
.github/workflows/publish-to-pypi.yaml
@@ -25,5 +25,8 @@ jobs:
25
run: |
26
mkdir -p dist
27
cp -p assets/$SDIST dist
28
- - name: Upload distfile to PyPI
+ - name: Publish package to PyPI
29
uses: pypa/gh-action-pypi-publish@release/v1
30
+ with:
31
+ verbose: true
32
+ verify-metadata: false
0 commit comments