Actions changes
This commit is contained in:
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user