Skip to content

Update build.yml

Update build.yml #5

Workflow file for this run

name: Build
on: [push, pull_request, release]
jobs:
build_linux_wheels:
name: Build linux wheels
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build wheels
run: |
cd ro_legal_fl && \
pip install -r requirements.txt && \
python -m spacy project assets && \
python -m spacy project run either-download-embeddings && \
python -m spacy project run all
- name: Upload
uses: actions/upload-artifact@v2
with:
name: wheels
path: ro_legal_fl/packages/ro_legal_fl-0.1.0/dist/*.whl