Skip to content

Commit 4247762

Browse files
committed
official release 3.0.0
1 parent faaffa7 commit 4247762

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
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/[email protected].0rc3
12+
uses: pypa/[email protected].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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Build wheels
36-
uses: pypa/[email protected].0rc3
36+
uses: pypa/[email protected].0
3737
env:
3838
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
3939
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"

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)