We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d853d4f commit 342ba73Copy full SHA for 342ba73
.github/workflows/release_binary.yml
@@ -23,7 +23,7 @@ jobs:
23
git checkout $REF
24
#
25
export PATH=/opt/python/cp39-cp39/bin:$PATH
26
-
+
27
pip install setuptools
28
pip install -U packaging
29
pip3 install wheel six auditwheel twine
.github/workflows/testrelease_binary.yml
mfem/__init__.py
@@ -20,5 +20,5 @@ def debug_print(message):
20
21
print(message)
22
-__version__ = '4.8.0rc8'
+__version__ = '4.8.0rc9'
0 commit comments