From 72a2920cc7a3ba8db20c6c856a4a484572d6610a Mon Sep 17 00:00:00 2001 From: Ben Mather Date: Tue, 21 Nov 2023 16:29:10 +1100 Subject: [PATCH] try again... --- .github/workflows/CI.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 55c5252..264874a 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -225,6 +225,7 @@ jobs: anaconda logout pypi_windows: + name: Build windows PYPI package runs-on: windows_latest needs: test_windows env: @@ -265,6 +266,7 @@ jobs: python -m twine upload dist/* -r pypi --skip-existing pypi_macos: + name: Build macos PYPI package runs-on: macos-latest needs: test_macos env: @@ -280,7 +282,7 @@ jobs: id: setup-fortran with: compiler: gcc - version: 11 + version: 12 - name: Set up Python uses: actions/setup-python@v2 @@ -311,7 +313,7 @@ jobs: manylinux: - name: Build manylinux package + name: Build manylinux PYPI package needs: test_ubuntu runs-on: ubuntu-latest env: @@ -337,7 +339,7 @@ jobs: with: python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp311 cp312-cp312' pip-wheel-args: '--no-deps' - build-requirements: 'cython numpy meson build' + build-requirements: 'cython numpy meson build setuptools' - name: Publish wheels to PyPI env: TWINE_USERNAME: __token__