Skip to content

Commit

Permalink
Release build: do not build docs (they are not distrubuted)
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Oct 10, 2024
1 parent d54133b commit 49fad60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
run: python -m build --sdist .

- name: Build wheel
run: |
python -m pip install -r doc/requirements-rtd.txt
cd doc && make html && cd ..
python -m build --wheel .
run: python -m build --wheel .

- name: Upload dist files
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 49fad60

Please sign in to comment.