We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c55f80 commit 35b2d24Copy full SHA for 35b2d24
.github/workflows/wheel.yml
@@ -8,7 +8,7 @@ jobs:
8
build_wheels:
9
strategy:
10
matrix:
11
- os: [ubuntu-22.04, windows-2022, macos-10.15]
+ os: ["ubuntu-latest", "windows-latest", "macos-latest"]
12
runs-on: ${{ matrix.os }}
13
name: Build wheels on ${{ matrix.os }}
14
@@ -48,10 +48,3 @@ jobs:
48
with:
49
name: Wheels
50
path: wheelhouse
51
-
52
- - name: Publish Wheels to PyPI
53
- if: github.event_name == 'create' && github.event.ref_type == 'tag'
54
- uses: pypa/gh-action-pypi-publish@release/v1
55
- with:
56
- packages_dir: wheelhouse
57
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments