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 bd90a43 commit 7f6c740Copy full SHA for 7f6c740
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
- run: python tools/overwrite_dev_versions_with_date.py
62
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
63
- run: python -m cibuildwheel --print-build-identifiers
64
- - run: python -m cibuildwheel --output-dir output/chromobius
+ - run: python -m cibuildwheel --output-dir dist
65
- uses: actions/upload-artifact@v4.4.0
66
with:
67
name: "dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"
0 commit comments