Skip to content

Commit 54d7a23

Browse files
committed
BLD: remove wasm wheels before deployment
1 parent e8e298a commit 54d7a23

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/wheels.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,19 @@ jobs:
4949
# https://github.com/github/feedback/discussions/7835#discussioncomment-1769026
5050
buildplat:
5151
- [ubuntu-22.04, manylinux_x86_64, ""]
52-
# - [ubuntu-22.04, musllinux_x86_64, ""]
53-
# - [ubuntu-22.04-arm, manylinux_aarch64, ""]
54-
# - [ubuntu-22.04-arm, musllinux_aarch64, ""]
55-
# - [macos-13, macosx_x86_64, openblas]
56-
#
57-
# # targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
58-
# - [macos-13, macosx_x86_64, accelerate]
59-
# - [macos-14, macosx_arm64, openblas]
60-
# - [macos-14, macosx_arm64, accelerate]
61-
# - [windows-2022, win_amd64, ""]
62-
# - [windows-2022, win32, ""]
63-
# - [windows-11-arm, win_arm64, ""]
64-
python: ["cp311"]#, "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
52+
- [ubuntu-22.04, musllinux_x86_64, ""]
53+
- [ubuntu-22.04-arm, manylinux_aarch64, ""]
54+
- [ubuntu-22.04-arm, musllinux_aarch64, ""]
55+
- [macos-13, macosx_x86_64, openblas]
56+
57+
# targeting macos >= 14. Could probably build on macos-14, but it would be a cross-compile
58+
- [macos-13, macosx_x86_64, accelerate]
59+
- [macos-14, macosx_arm64, openblas]
60+
- [macos-14, macosx_arm64, accelerate]
61+
- [windows-2022, win_amd64, ""]
62+
- [windows-2022, win32, ""]
63+
- [windows-11-arm, win_arm64, ""]
64+
python: ["cp311", "cp312", "cp313", "cp313t", "cp314", "cp314t", "pp311"]
6565
exclude:
6666
# Don't build PyPy 32-bit windows
6767
- buildplat: [windows-2022, win32, ""]
@@ -222,7 +222,7 @@ jobs:
222222

223223
testpypi-publish:
224224
name: Publish release to TestPyPI
225-
# if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
225+
if: github.event_name == 'workflow_dispatch' && github.event.inputs.environment == 'testpypi'
226226
needs: [build_wheels, build_sdist]
227227
runs-on: ubuntu-latest
228228
environment:
@@ -243,13 +243,13 @@ jobs:
243243
rm -r *wasm*
244244
ls -al
245245
246-
# - name: Publish
247-
# uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
248-
# with:
249-
# repository-url: https://test.pypi.org/legacy/
250-
# skip-existing: true
251-
# print-hash: true
252-
# attestations: true
246+
- name: Publish
247+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
248+
with:
249+
repository-url: https://test.pypi.org/legacy/
250+
skip-existing: true
251+
print-hash: true
252+
attestations: true
253253

254254
check_version:
255255
name: Ensure commit is tag before upload to PyPi

0 commit comments

Comments
 (0)