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 da5d6f7 commit af85b76Copy full SHA for af85b76
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build ext package
29
run: python -m build ext/
30
- name: Publish ext to PyPI
31
- uses: pypa/gh-action-pypi-publish@v1.10.3
+ uses: pypa/gh-action-pypi-publish@v1.11.0
32
with:
33
packages-dir: ext/dist/
34
@@ -53,4 +53,4 @@ jobs:
53
- name: Build package
54
run: python -m build
55
- name: Publish to PyPI
56
0 commit comments