Skip to content

Commit

Permalink
improve release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdboom committed Mar 7, 2024
1 parent 8c49c95 commit a1b073f
Show file tree
Hide file tree
Showing 277 changed files with 1,336 additions and 1,331 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Build and release

on:
workflow_dispatch:
release:
types: [published]

Expand All @@ -16,13 +15,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -e .[dev]
pip install -U pdm
pdm install --dev
- name: Update documentation
run: |
echo "Deploying documentation for release ATOM ${GITHUB_REF_NAME::-2}"
mike deploy --push --update-aliases ${GITHUB_REF_NAME::-2} latest
publish:
needs: documentation
runs-on: ubuntu-latest
steps:
- name: Check out source repository
Expand Down
Loading

0 comments on commit a1b073f

Please sign in to comment.