We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf09725 commit 10bd090Copy full SHA for 10bd090
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
python -m build --sdist --wheel --outdir dist/ .
35
- name: Publish package
36
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.12.4
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments