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 8b2b4d5 commit 025baa7Copy full SHA for 025baa7
.github/workflows/publish.yml
@@ -69,11 +69,12 @@ jobs:
69
- name: Build package
70
run: |
71
python -m build
72
-
73
- - name: Publish to PyPI
74
- run: |
75
- pip install twine
76
- python -m twine upload --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} dist/*
+
+ - name: Publish package to PyPI
+ uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ with:
+ user: __token__
77
+ password: ${{ secrets.PYPI_API_TOKEN }}
78
79
npm-tests:
80
runs-on: ubuntu-latest
0 commit comments