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.
2 parents 7ec3631 + f1c3645 commit ba06b33Copy full SHA for ba06b33
.github/workflows/wheels.yml
@@ -234,7 +234,7 @@ jobs:
234
python -m pip install --upgrade build
235
python -m build --sdist --outdir dist
236
- name: Publish to PyPI
237
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
238
with:
239
user: __token__
240
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments