Skip to content

Commit c43b6b9

Browse files
authored
Update build-wheels.yml
1 parent 25d249f commit c43b6b9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
20-
os: [windows-latest]
19+
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
2120

2221
steps:
2322
- name: Checkout code
@@ -94,7 +93,7 @@ jobs:
9493
name: pypi
9594
permissions:
9695
id-token: write
97-
if: github.event_name == 'release' && github.event.action == 'published'
96+
# if: github.event_name == 'release' && github.event.action == 'published'
9897
steps:
9998
- uses: actions/download-artifact@v4
10099
with:

0 commit comments

Comments
 (0)