Skip to content

v0.1.5b - 50%-80% Speed Increase #7

v0.1.5b - 50%-80% Speed Increase

v0.1.5b - 50%-80% Speed Increase #7

Workflow file for this run

name: Build wheels
on:
push:
tags: ["v*.*.*"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install --upgrade pip build
- run: python -m build
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*