Actions changes

This commit is contained in:
Sam Bentley
2021-05-26 22:38:38 +01:00
parent ce27ba9a9b
commit 4a7aa20a5f

View File

@@ -61,8 +61,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pandas maturin
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python -m pip install pandas maturin
- name: Build Python package
run: maturin build --release
@@ -75,6 +74,10 @@ jobs:
if: matrix.os != 'windows-latest'
run: find ./target/wheels/
- name: publish manylinux wheels
if: matrix.os == 'ubuntu-latest'
run: dir target\wheels\
- name: PyPi publish
env:
MATURIN_PASSWORD: ${{ secrets.PYPI }}