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 0fb3bfd commit 0a613d9Copy full SHA for 0a613d9
.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.1
+ uses: pypa/gh-action-pypi-publish@v1.10.2
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