Skip to content

Commit

Permalink
Go back to non-conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
philbull committed Jul 30, 2021
1 parent af3d864 commit 4866eed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-to-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: conda-incubator/setup-miniconda@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
auto-update-conda: true
python-version: 3.8
- name: Install build tools
run: |
python -m pip install build setuptools_scm wheel
conda install -c conda-forge numpy cython pyfftw
python -m pip install numpy cython pyfftw
python setup.py --version
- name: Build a source tarball
run: python -m build --no-isolation
- name: Build a manylinux binary wheel
Expand Down

0 comments on commit 4866eed

Please sign in to comment.