Skip to content

Commit

Permalink
update release CI scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sshiraiwa committed Aug 7, 2024
1 parent 55cf62a commit fdde34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/testrelease_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
ls -l /opt/python/
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
python -c "import setuptools;print('setuptools version', setuptools.__version__)"
pip3 install auditwheel twine
pip3 install urllib3==1.26.6 # use older version to avoid OpenSSL vesion issue
Expand Down
2 changes: 1 addition & 1 deletion mfem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ def debug_print(message):

print(message)

__version__ = '4.7.0rc2'
__version__ = '4.7.0rc3'

0 comments on commit fdde34b

Please sign in to comment.