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 fdde34b commit 60454c5
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 @@ -61,6 +61,7 @@ jobs:
export PATH=/opt/python/${{ matrix.pythonpath }}/bin:$PATH
python -c "import setuptools;print('setuptools version', setuptools.__version__)"
pip3 install setuptools==67.4.0
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.0rc3'
__version__ = '4.7.0rc4'

0 comments on commit 60454c5

Please sign in to comment.