Skip to content

Commit 60454c5

Browse files
committed
update release CI scripts
1 parent fdde34b commit 60454c5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/testrelease_binary.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
6262
6363
python -c "import setuptools;print('setuptools version', setuptools.__version__)"
64+
pip3 install setuptools==67.4.0
6465
pip3 install auditwheel twine
6566
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
6667

mfem/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def debug_print(message):
2020

2121
print(message)
2222

23-
__version__ = '4.7.0rc3'
23+
__version__ = '4.7.0rc4'
2424

0 commit comments

Comments
 (0)