File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 run : python -m pip install cibuildwheel==2.21.3
1818
1919 - name : Build wheels
20+ env :
21+ CIBW_BEFORE_BUILD : pip install 'setuptools<72.2.0 ; implementation_name == "pypy"'
2022 run : python -m cibuildwheel --output-dir wheelhouse
2123 - name : Check build result
2224 run : ls -lh wheelhouse/
Original file line number Diff line number Diff line change 3333 __file__ as _libmc_so_file
3434)
3535
36- __VERSION__ = "1.4.7 "
37- __version__ = "1.4.7 "
36+ __VERSION__ = "1.4.8 "
37+ __version__ = "1.4.8 "
3838__author__ = "mckelvin"
3939__email__ = "mckelvin@users.noreply.github.com"
4040__date__ = "Fri Jun 7 06:16:00 2024 +0800"
Original file line number Diff line number Diff line change 11package golibmc
22
3- const _Version = "1.4.7 "
3+ const _Version = "1.4.8 "
44const _Author = "mckelvin"
55const _Email = "mckelvin@users.noreply.github.com"
66const _Date = "Fri Jun 7 06:16:00 2024 +0800"
You can’t perform that action at this time.
0 commit comments