We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a66122 commit 4684a58Copy full SHA for 4684a58
.github/workflows/publish-pypi.yml
@@ -32,4 +32,7 @@ jobs:
32
python3 -m build --sdist --wheel --outdir dist/
33
34
- name: Publish Package
35
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@master
36
+ with:
37
+ user: __token__
38
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments