Skip to content

Commit

Permalink
changes to publish before pulling John's version in
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaljovec committed Oct 23, 2023
1 parent 71ab9a2 commit b16df88
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,17 @@ jobs:

build_wheels:
needs: push_tag
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macOS-11]

name: Build wheel
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install prerequisites
run: python -m pip install cibuildwheel==2.11.2

- name: Build wheels
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
python -m cibuildwheel --output-dir wheelhouse
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand All @@ -58,7 +52,6 @@ jobs:
- name: Build source distribution
run: |
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
make
python -m pip install setuptools_scm[toml]>=6.2
python setup.py sdist -d wheelhouse
- run: |
Expand Down

0 comments on commit b16df88

Please sign in to comment.