Skip to content

Fix tagging

Fix tagging #42

Workflow file for this run

name: Unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Run lint
run: |
make lint
- name: Perform tests
run: |
make test
- name: Generate wheel file
run: |
make build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts
path: dist/