File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
- run : python tools/overwrite_dev_versions_with_date.py
62
62
- run : python -m pip install pybind11~=2.11.1 cibuildwheel~=2.16.2 setuptools
63
63
- run : python -m cibuildwheel --print-build-identifiers
64
- - run : python -m cibuildwheel --output-dir output/chromobius
64
+ - run : python -m cibuildwheel --output-dir dist
65
65
- uses : actions/upload-artifact@v4.4.0
66
66
with :
67
67
name : " dist-chromobius-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}-${{ matrix.os_dist.macosarch }}"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def build_extension(self, ext):
71
71
], cwd = build_temp , env = build_env )
72
72
73
73
74
- __version__ = '1.1.dev0 '
74
+ __version__ = '1.1.0 '
75
75
76
76
with open ("README.md" , "r" , encoding = "utf-8" ) as f :
77
77
long_description = f .read ()
You can’t perform that action at this time.
0 commit comments