Skip to content

Commit 4866eed

Browse files
committed
Go back to non-conda build
1 parent af3d864 commit 4866eed

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@main
11-
- uses: conda-incubator/setup-miniconda@v2
11+
- name: Set up Python 3.8
12+
uses: actions/setup-python@v1
1213
with:
13-
auto-update-conda: true
1414
python-version: 3.8
1515
- name: Install build tools
1616
run: |
1717
python -m pip install build setuptools_scm wheel
18-
conda install -c conda-forge numpy cython pyfftw
18+
python -m pip install numpy cython pyfftw
19+
python setup.py --version
1920
- name: Build a source tarball
2021
run: python -m build --no-isolation
2122
- name: Build a manylinux binary wheel

0 commit comments

Comments
 (0)