We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdde34b commit 60454c5Copy full SHA for 60454c5
.github/workflows/testrelease_binary.yml
@@ -61,6 +61,7 @@ jobs:
61
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
62
63
python -c "import setuptools;print('setuptools version', setuptools.__version__)"
64
+ pip3 install setuptools==67.4.0
65
pip3 install auditwheel twine
66
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
67
mfem/__init__.py
@@ -20,5 +20,5 @@ def debug_print(message):
20
21
print(message)
22
23
-__version__ = '4.7.0rc3'
+__version__ = '4.7.0rc4'
24
0 commit comments