Skip to content

Commit 284fb6b

Browse files
committed
DEV: fixed the release workflow
1 parent 4840f93 commit 284fb6b

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,6 @@ jobs:
2727
- name: "Run nox for Python ${{ matrix.python-version }}"
2828
run: "nox -db uv -s test-${{ matrix.python-version }}"
2929

30-
docbuild:
31-
name: "Build docs"
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: "actions/checkout@v4"
35-
with:
36-
fetch-depth: 0
37-
38-
- uses: "actions/setup-python@v5"
39-
with:
40-
python-version: "3.12"
41-
42-
- name: "Installs for docs"
43-
run: |
44-
pip install --upgrade pip uv
45-
python -m uv pip install ".[doc]"
46-
47-
- name: "making docs"
48-
run: |
49-
cd doc
50-
make html
51-
5230
build:
5331
name: Build wheel and sdist
5432
needs: test
@@ -81,7 +59,7 @@ jobs:
8159
8260
release_test:
8361
name: Release to Test PyPI
84-
needs: [build, docbuild]
62+
needs: build
8563
environment: release_test
8664
runs-on: ubuntu-latest
8765
permissions:

0 commit comments

Comments
 (0)