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.
ci
1 parent 86164f3 commit b8e3848Copy full SHA for b8e3848
.github/workflows/default.yml
@@ -55,7 +55,7 @@ jobs:
55
name: "artifact-cp${{ matrix.python-version }}-${{ matrix.os }}.tar.gz"
56
path: dist
57
- name: Publish to PyPI
58
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.12.3
59
with:
60
user: __token__
61
password: ${{ secrets.PYPI_TOKEN }}
.github/workflows/linux.yml
@@ -39,7 +39,7 @@ jobs:
39
done
40
41
42
43
44
45
0 commit comments