8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ae120 commit c129f6aCopy full SHA for c129f6a
.github/workflows/codeql.yml
@@ -28,7 +28,8 @@ jobs:
28
29
strategy:
30
fail-fast: false
31
- language: [ python ]
+ matrix:
32
+ language: [ python ]
33
34
steps:
35
- name: Checkout
@@ -58,7 +59,7 @@ jobs:
58
59
60
- name: Install project
61
run: |
- uv pip install --editable=.[test]
62
+ uv pip install --system '.[test]'
63
64
- name: Perform CodeQL Analysis
65
uses: github/codeql-action/analyze@v3
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Build package
25
26
- uv pip install build twine wheel
+ uv pip install --system build twine wheel
27
python -m build
twine check dist/*
0 commit comments