From 284fb6b05056cccbad39fb2c4a55a2189f319a99 Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Tue, 8 Oct 2024 10:51:50 +1100 Subject: [PATCH] DEV: fixed the release workflow --- .github/workflows/release.yml | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aae262e..7811903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,28 +27,6 @@ jobs: - name: "Run nox for Python ${{ matrix.python-version }}" run: "nox -db uv -s test-${{ matrix.python-version }}" - docbuild: - name: "Build docs" - runs-on: ubuntu-latest - steps: - - uses: "actions/checkout@v4" - with: - fetch-depth: 0 - - - uses: "actions/setup-python@v5" - with: - python-version: "3.12" - - - name: "Installs for docs" - run: | - pip install --upgrade pip uv - python -m uv pip install ".[doc]" - - - name: "making docs" - run: | - cd doc - make html - build: name: Build wheel and sdist needs: test @@ -81,7 +59,7 @@ jobs: release_test: name: Release to Test PyPI - needs: [build, docbuild] + needs: build environment: release_test runs-on: ubuntu-latest permissions: