Skip to content

Commit 86773f1

Browse files
Remove test execution of publish action
1 parent ba1eb0a commit 86773f1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/publish_all.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515
python_v: ["3.11", "3.12", "3.13", "3.14"]
16-
name: Build and Test
16+
name: Build
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
UV_PYTHON: ${{ matrix.python_v }}
@@ -40,10 +40,6 @@ jobs:
4040
run --no-sync --with setuptools-git-versioning
4141
setuptools-git-versioning)-py3-none-any.whl
4242
- 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
4743

4844
store-build:
4945
name: build release

0 commit comments

Comments
 (0)