Skip to content

Commit

Permalink
Action: Update wheel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Mar 8, 2023
1 parent 4c55f80 commit 35b2d24
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down Expand Up @@ -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 }}

0 comments on commit 35b2d24

Please sign in to comment.