Skip to content

Commit

Permalink
Last touches in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Mar 4, 2024
1 parent 73ab250 commit bd87326
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nmodl-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch: 0
with:
fetch: 0

# Used to host cibuildwheel
- name: Set up Python
Expand All @@ -51,7 +51,8 @@ jobs:
export SETUPTOOLS_SCM_PRETEND_VERSION="$(git describe --tags | cut -d '-' -f 1,2 | tr - .)"
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}
path: ./wheelhouse/*.whl
Expand Down Expand Up @@ -79,7 +80,8 @@ jobs:
export SETUPTOOLS_SCM_PRETEND_VERSION="$(git describe --tags | cut -d '-' -f 1,2 | tr - .)"
CIBW_ENVIRONMENT_PASS_LINUX='SETUPTOOLS_SCM_PRETEND_VERSION' python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v4
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
name: cibw-wheels-manylinux
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit bd87326

Please sign in to comment.