Skip to content

Commit 35b2d24

Browse files
committed
Action: Update wheel workflow
1 parent 4c55f80 commit 35b2d24

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/wheel.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build_wheels:
99
strategy:
1010
matrix:
11-
os: [ubuntu-22.04, windows-2022, macos-10.15]
11+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
1212
runs-on: ${{ matrix.os }}
1313
name: Build wheels on ${{ matrix.os }}
1414

@@ -48,10 +48,3 @@ jobs:
4848
with:
4949
name: Wheels
5050
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

Comments
 (0)