Skip to content

fix: releasing workflow on tag (#3) #11

fix: releasing workflow on tag (#3)

fix: releasing workflow on tag (#3) #11

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
python3 -m pip install ruff
ruff check --output-format=github .
- run: |
python3 -m pip install build
python3 -m build --wheel
- uses: actions/upload-artifact@v3
with:
path: dist/