mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Action: Update wheel workflow
This commit is contained in:
parent
4c55f809fe
commit
35b2d246cf
1 changed files with 1 additions and 8 deletions
9
.github/workflows/wheel.yml
vendored
9
.github/workflows/wheel.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
build_wheels:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, windows-2022, macos-10.15]
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Build wheels on ${{ matrix.os }}
|
||||
|
||||
|
@ -48,10 +48,3 @@ jobs:
|
|||
with:
|
||||
name: Wheels
|
||||
path: wheelhouse
|
||||
|
||||
- name: Publish Wheels to PyPI
|
||||
if: github.event_name == 'create' && github.event.ref_type == 'tag'
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
packages_dir: wheelhouse
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue