Skip to content

Commit e25579b

Browse files
committed
no need for build in test.yml
1 parent 272cd61 commit e25579b

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,27 +88,10 @@ jobs:
8888
fail_ci_if_error: true
8989
files: test-data/coverage.xml
9090

91-
build:
92-
runs-on: ubuntu-latest
93-
steps:
94-
- uses: actions/checkout@v4
95-
with:
96-
fetch-depth: 0
97-
filter: blob:none
98-
- uses: actions/setup-python@v5
99-
with:
100-
python-version: "3.13"
101-
- uses: astral-sh/setup-uv@v5
102-
with:
103-
enable-cache: false
104-
- run: uvx --from build pyproject-build --sdist --wheel .
105-
- run: uvx twine check dist/*
106-
10791
check:
10892
if: always()
10993
needs:
11094
- test
111-
- build
11295
runs-on: ubuntu-latest
11396
steps:
11497
- uses: re-actors/alls-green@release/v1

0 commit comments

Comments
 (0)