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 2b5b958 commit 09cae46Copy full SHA for 09cae46
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
BUILD_OS: ${{ matrix.os }}
30
CXX: ${{ matrix.compiler }}
31
- name: Publish source dist release distributions to PyPI
32
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1.10
33
wheels_build:
34
name: Build wheels on ${{ matrix.os }}
35
runs-on: ${{ matrix.os }}
@@ -52,6 +52,6 @@ jobs:
52
env:
53
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.max }}
54
- name: Publish wheel release distributions to PyPI
55
56
with:
57
packages-dir: wheelhouse
0 commit comments