From fdde34ba5c7b1b1c3351c046c6c417ec68486514 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Wed, 7 Aug 2024 19:38:14 -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 ae08741e..0e085e39 100644 --- a/.github/workflows/testrelease_binary.yml +++ b/.github/workflows/testrelease_binary.yml @@ -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 diff --git a/mfem/__init__.py b/mfem/__init__.py index de94e3c2..2431cc42 100644 --- a/mfem/__init__.py +++ b/mfem/__init__.py @@ -20,5 +20,5 @@ def debug_print(message): print(message) -__version__ = '4.7.0rc2' +__version__ = '4.7.0rc3'