Skip to content

Update build-wheels.yml #5

Update build-wheels.yml

Update build-wheels.yml #5

Workflow file for this run

name: Build WhiteboxTools
on:
workflow_dispatch:
# push:
# branches:
# - master # Adjust to match your primary branch name
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# os: [ubuntu-latest, windows-latest, macOS-latest, ubuntu-20.04, ]
os: [windows-latest, macos-12] #, macOS-latest]
python-version: ['3.11']
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run build script
run: python build.py
- name: Upload WBT
uses: actions/upload-artifact@v4
with:
name: wbt-${{ matrix.os }}-${{ matrix.python-version }}
path: *.zip

Check failure on line 37 in .github/workflows/build-wheels.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-wheels.yml

Invalid workflow file

You have an error in your yaml syntax on line 37
# - name: Download WBT
# uses: actions/download-artifact@v4
# with:
# path: WBT