File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -105,12 +105,17 @@ jobs:
105105
106106 - name : Install cibuildwheel
107107 run : |
108- python -m pip install twine cibuildwheel==2.22.0
108+ python -m pip install cibuildwheel==2.22.0
109109
110110 - name : Build wheel
111111 run : |
112112 python -m cibuildwheel --output-dir wheelhouse
113113
114+ - uses : actions/upload-artifact@v4
115+ with :
116+ name : flacarray-cp${{ matrix.python }}-${{ matrix.builder }}_${{ matrix.arch }}
117+ path : ./wheelhouse/flacarray*cp${{ matrix.python }}-${{ matrix.builder }}*${{ matrix.arch }}*.whl
118+
114119 upload_pypi :
115120 needs : build_wheels
116121 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1414# Set the log level
1515logging .basicConfig (level = log_level )
1616
17- __version__ = "0.2.1 "
17+ __version__ = "0.2.2 "
1818
1919from .array import FlacArray
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "mesonpy"
99
1010[project ]
1111name = " flacarray"
12- version = " 0.2.1 "
12+ version = " 0.2.2 "
1313description = " FLAC Compression of Arrays"
1414readme = " README.md"
1515maintainers = [
You can’t perform that action at this time.
0 commit comments