Skip to content

Commit

Permalink
Merge pull request #28 from GavinHuttley/develop
Browse files Browse the repository at this point in the history
Fixed release workflow
  • Loading branch information
GavinHuttley authored Oct 7, 2024
2 parents c33ae75 + fb323ca commit 04e3e93
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 04e3e93

Please sign in to comment.