Skip to content

Commit 93b9cd9

Browse files
authored
Update python-publish.yml
1 parent 4279fd2 commit 93b9cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: joerick/cibuildwheel@v1.10.0
1919
env:
2020
CIBW_ARCHS_MACOS: x86_64 universal2
21-
CIBW_BUILD: "cp36-* cp37-* cp-38* cp-39*"
21+
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-*"
2222
CIBW_BEFORE_BUILD: "pip install numpy==1.18 cython" #make sure numpy is the same version as required by LS
2323

2424
- name: Publish wheels to PyPI

0 commit comments

Comments
 (0)