Skip to content

Fix tag editing

Fix tag editing #43

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
main:
name: Main pipeline
runs-on: ubuntu-latest
permissions:
contents: read
security-events: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- uses: psf/black@25.1.0
- name: unittest
run: |
pip install PyQt5==5.15.11
xvfb-run -a python3 -m unittest discover -v --start-directory tests
- name: wheel
run: |
pip install build
python -m build . --wheel