Skip to content

Commit afeabc9

Browse files
CI update cibw to 3.0.0 (#108)
* update cibw to 3.0.0
1 parent a506a73 commit afeabc9

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Build WASM wheel
12-
uses: pypa/cibuildwheel@v2.23.3
12+
uses: pypa/cibuildwheel@v3.0.0
1313
env:
1414
CIBW_PLATFORM: pyodide
1515
- name: Upload package

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525

2626
- name: Re-install local
2727
run: |
28-
# Needed on Windows CI to compile with Visual Studio compiler
29-
# otherwise Meson detects a MINGW64 platform and use MINGW64
30-
# toolchain
3128
pixi reinstall -e dev --frozen fastcan
3229
pixi reinstall -e nogil --frozen fastcan
3330

.github/workflows/wheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2.23.3
36+
uses: pypa/cibuildwheel@v3.0.0
3737
env:
38-
CIBW_BUILD: cp3*-*
3938
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
4039
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
4140
CIBW_ARCHS_LINUX: auto

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ The WASM wheels of FastCan can be installed by
101101
>>> import micropip # doctest: +SKIP
102102
>>> await micropip.install('URL of the wasm wheel (end with _wasm32.whl)') # doctest: +SKIP
103103

104-
.. note::
105-
Due to the Cross-Origin Resource Sharing (CORS) block in web browsers,
106-
you may need `Allow CORS: Access-Control-Allow-Origin Chrome extension <https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf>`_.
104+
📝 **Note:** Due to the Cross-Origin Resource Sharing (CORS) block in web browsers,
105+
you may need `Allow CORS: Access-Control-Allow-Origin Chrome extension <https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf>`_.
107106

108107

109108
Citation

0 commit comments

Comments
 (0)