Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
blankjul committed Dec 12, 2022
2 parents 32950f2 + 118761e commit c49ca59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel numpy cython
- uses: knicknic/os-specific-run@v1
- uses: knicknic/os-specific-run@v1.0.3
with:
linux: "python setup.py sdist"
macos: "python setup.py bdist_wheel"
Expand All @@ -42,10 +42,10 @@ jobs:
python-version: "3.11"

build-manylinux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: RalfG/python-wheels-manylinux-build@v0.5.0-manylinux2010_x86_64
- uses: RalfG/python-wheels-manylinux-build@v0.6.0-manylinux2010_x86_64
with:
build-requirements: "cython numpy"
pip-wheel-args: "-w ./dist --no-deps"
Expand Down

0 comments on commit c49ca59

Please sign in to comment.