We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1eb0a commit 86773f1Copy full SHA for 86773f1
.github/workflows/publish_all.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, windows-latest, macos-latest]
15
python_v: ["3.11", "3.12", "3.13", "3.14"]
16
- name: Build and Test
+ name: Build
17
runs-on: ${{ matrix.os }}
18
env:
19
UV_PYTHON: ${{ matrix.python_v }}
@@ -40,10 +40,6 @@ jobs:
40
run --no-sync --with setuptools-git-versioning
41
setuptools-git-versioning)-py3-none-any.whl
42
- run: uv run --no-sync python --version
43
- - name: Test
44
- if: ${{ ! runner.debug && matrix.os != 'ubuntu-latest' }}
45
- run: uv run pytest
46
- timeout-minutes: 8
47
48
store-build:
49
name: build release
0 commit comments