ci: update release workflow

[ci skip]
This commit is contained in:
Enno Hermann 2024-05-15 20:25:37 +02:00
parent 6d563af623
commit 924f42e3af
1 changed files with 2 additions and 3 deletions

View File

@ -42,10 +42,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install pip requirements
- name: Install build requirements
run: |
python -m pip install -U pip setuptools wheel build
python -m pip install -r requirements.txt
python -m pip install -U pip setuptools wheel build numpy cython
- name: Setup and install manylinux1_x86_64 wheel
run: |
python setup.py bdist_wheel --plat-name=manylinux1_x86_64