Skip to content

Commit

Permalink
Test build.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed May 28, 2024
1 parent c95bf6f commit 01d24c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: release

on:
push:
branches: [rc]
tags:
- 'v*'

Expand All @@ -16,5 +17,4 @@ jobs:
python-version: 3.x
- run: pip install build -r docs/requirements.in
- run: python -m build
- run: PYTHONPATH=$PWD mkdocs gh-deploy --force
- uses: pypa/gh-action-pypi-publish@release/v1
- run: PYTHONPATH=$PWD mkdocs build

0 comments on commit 01d24c2

Please sign in to comment.