Skip to content

Commit 342ba73

Browse files
committed
update release script
1 parent d853d4f commit 342ba73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release_binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git checkout $REF
2424
#
2525
export PATH=/opt/python/cp39-cp39/bin:$PATH
26-
26+
2727
pip install setuptools
2828
pip install -U packaging
2929
pip3 install wheel six auditwheel twine

.github/workflows/testrelease_binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git checkout $REF
2424
#
2525
export PATH=/opt/python/cp39-cp39/bin:$PATH
26-
26+
2727
pip install setuptools
2828
pip install -U packaging
2929
pip3 install wheel six auditwheel twine

mfem/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ def debug_print(message):
2020

2121
print(message)
2222

23-
__version__ = '4.8.0rc8'
23+
__version__ = '4.8.0rc9'
2424

0 commit comments

Comments
 (0)