Skip to content

Commit

Permalink
Update build-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eeliu authored Oct 29, 2024
1 parent 006e8e4 commit f842310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ inputs.release-testpypi }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -135,6 +135,7 @@ jobs:
- name: show all artifact
run: |
ls -R ./wheelhouse/
exit 0
- name: Publish package to pypitest
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit f842310

Please sign in to comment.