Skip to content

Commit

Permalink
Release test.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Jun 9, 2024
1 parent d1d1635 commit f6ed1f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,7 +17,7 @@ jobs:
- run: pip install build -r docs/requirements.in
- run: python -m build -s
- run: make
- run: PYTHONPATH=$PWD mkdocs gh-deploy --force
- run: PYTHONPATH=$PWD mkdocs build
- uses: actions/upload-artifact@v4
with:
name: artifact-sdist
Expand Down Expand Up @@ -54,4 +55,4 @@ jobs:
path: dist/
pattern: artifact-*
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
- run: ls dist

0 comments on commit f6ed1f3

Please # to comment.