Skip to content

Drop os matrix, all wheels are the same, fix github release upload #1

Drop os matrix, all wheels are the same, fix github release upload

Drop os matrix, all wheels are the same, fix github release upload #1

Workflow file for this run

name: build_package_wheels
on:
workflow_call:
jobs:
build_wheels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Used to host build wheel
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Build
run: pip install .[build]
- name: Build Package
run: make build_package
uses: actions/upload-artifact@v3
with:
name: dist
path: ./dist/