We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccde0d8 commit b12a7ecCopy full SHA for b12a7ec
.github/workflows/ci.yml
@@ -87,7 +87,7 @@ jobs:
87
# Include free-threaded support
88
CIBW_ENABLE: cpython-freethreading
89
# Numpy, scipy, Cython only have free-threaded wheels on scientific-python-nightly-wheels
90
- CIBW_BUILD_FRONTEND='pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" --only-binary :all:'
+ CIBW_BUILD_FRONTEND: 'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple" --only-binary :all:'
91
- name: Upload package
92
uses: actions/upload-artifact@v4
93
with:
0 commit comments