Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 35b2d24

Browse filesBrowse files
committed
Action: Update wheel workflow
1 parent 4c55f80 commit 35b2d24
Copy full SHA for 35b2d24

File tree

1 file changed

+1
-8
lines changed
Filter options

1 file changed

+1
-8
lines changed

‎.github/workflows/wheel.yml

Copy file name to clipboardExpand all lines: .github/workflows/wheel.yml
+1-8Lines changed: 1 addition & 8 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.