We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33a2610 + 0de3c38 commit 4afd38eCopy full SHA for 4afd38e
3 files changed
.github/workflows/push.yml
@@ -31,6 +31,8 @@ jobs:
31
- uses: actions/checkout@v3
32
- name: Build wheels
33
uses: pypa/cibuildwheel@v2.12.0
34
+ env:
35
+ CIBW_ARCHS_MACOS: 'x86_64 arm64'
36
- uses: actions/upload-artifact@v3
37
with:
38
path: ./wheelhouse/*.whl
.github/workflows/release.yml
@@ -49,6 +49,8 @@ jobs:
49
50
51
52
53
54
55
56
src/fcl/version.py
@@ -1 +1 @@
1
-__version__ = "0.7.0.2"
+__version__ = "0.7.0.3"
0 commit comments