Skip to content

Commit 7f6c740

Browse files
committed
dist
1 parent bd90a43 commit 7f6c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- run: python tools/overwrite_dev_versions_with_date.py
6262
- run: python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
6363
- run: python -m cibuildwheel --print-build-identifiers
64-
- run: python -m cibuildwheel --output-dir output/chromobius
64+
- run: python -m cibuildwheel --output-dir dist
6565
- uses: actions/upload-artifact@v4.4.0
6666
with:
6767
name: "dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"

0 commit comments

Comments
 (0)