Skip to content

Commit

Permalink
Enforce order in the Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <[email protected]>
  • Loading branch information
brianwarner committed Oct 8, 2024
1 parent 74cf70b commit e624e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
pytest
build:
name: Build and generate documentation
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
pytest
pypi-publish:
name: Upload release to PyPI and update documentation
needs: test
runs-on: ubuntu-latest
environment: release
permissions:
Expand Down

0 comments on commit e624e3d

Please sign in to comment.