Skip to content

Commit

Permalink
try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 21, 2023
1 parent db1bf2b commit 72a2920
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ jobs:
anaconda logout
pypi_windows:
name: Build windows PYPI package
runs-on: windows_latest
needs: test_windows
env:
Expand Down Expand Up @@ -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:
Expand All @@ -280,7 +282,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 11
version: 12

- name: Set up Python
uses: actions/setup-python@v2
Expand Down Expand Up @@ -311,7 +313,7 @@ jobs:
manylinux:
name: Build manylinux package
name: Build manylinux PYPI package
needs: test_ubuntu
runs-on: ubuntu-latest
env:
Expand All @@ -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__
Expand Down

0 comments on commit 72a2920

Please sign in to comment.