Skip to content

Exclude irrelevant platforms from copying #10

Exclude irrelevant platforms from copying

Exclude irrelevant platforms from copying #10

Workflow file for this run

name: Package
on: [push]
jobs:
build:
name: Build package
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- os: ubuntu-latest
target-platform: linux-64
- os: windows-latest
target-platform: win-64
- os: macos-latest
target-platform: osx-64
steps:
- uses: actions/checkout@v4
- name: Build conda package
uses: prefix-dev/[email protected]
with:
artifact-name: package-${{ matrix.target-platform }}