Skip to content

Commit

Permalink
make it all one build again!
Browse files Browse the repository at this point in the history
  • Loading branch information
jjfiv committed Mar 5, 2021
1 parent fda0948 commit 7989f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
platform: [ ubuntu-latest, macOS-10.14 ]
platform: [ ubuntu-latest, macOS-latest, windows-latest ]
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -43,13 +43,15 @@ jobs:
name: wheel-${{ matrix.platform }}
path: target/wheels/
- name: pip install fastrank
shell: bash
run: |
pip install target/wheels/fastrank-*.whl
- name: py-unittest
run: |
python -I -m unittest discover -s tests -v
- name: '[on-create] pypi-publish'
if: github.event_name == 'create'
shell: bash
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: maturin publish -b cffi --username __token__
Expand Down
58 changes: 0 additions & 58 deletions .github/workflows/win64.yml

This file was deleted.

0 comments on commit 7989f3a

Please sign in to comment.