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 7d0c861 commit 4b838d0Copy full SHA for 4b838d0
.github/workflows/publish-pip.yml
@@ -35,6 +35,5 @@ jobs:
35
python -m build
36
twine check dist/*
37
38
- - name: Publish Package
39
- run: |
40
- twine upload --non-interactive dist/*
+ - name: Publish package distributions to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments