Skip to content

Commit

Permalink
🔖 5.0.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Apr 28, 2024
1 parent 861413b commit 529b035
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
permissions:
contents: read

concurrency:
group: ci-${{ github.ref_name }}
cancel-in-progress: true

jobs:

lint:
Expand Down Expand Up @@ -98,7 +102,7 @@ jobs:
- name: Use fallback pyproject.toml (NT)
if: matrix.os != 'windows-latest'
run: |
rm -Force pyproject.toml
rm -Force pyproject.toml
move pyproject.fb.toml pyproject.toml
- run: pip install .
name: Install built package
Expand Down

0 comments on commit 529b035

Please sign in to comment.