From 60454c50cbbc0318e6f14c7cf3accc6eff4707be Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Wed, 7 Aug 2024 19:47:46 -0400 Subject: [PATCH] update release CI scripts --- .github/workflows/testrelease_binary.yml | 1 + mfem/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testrelease_binary.yml b/.github/workflows/testrelease_binary.yml index 0e085e39..ac9ca346 100644 --- a/.github/workflows/testrelease_binary.yml +++ b/.github/workflows/testrelease_binary.yml @@ -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 diff --git a/mfem/__init__.py b/mfem/__init__.py index 2431cc42..8658dced 100644 --- a/mfem/__init__.py +++ b/mfem/__init__.py @@ -20,5 +20,5 @@ def debug_print(message): print(message) -__version__ = '4.7.0rc3' +__version__ = '4.7.0rc4'