Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaoman authored Oct 18, 2024
1 parent fd0896c commit 657cc83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
workflow_dispatch:

jobs:
check-code-quality:
uses: ./.github/workflows/code_quality.yml
lint-and-test:
uses: ./.github/workflows/lint_and_test.yml
pypi-publish:
name: Upload release to PyPI
needs: [check-code-quality]
needs: [lint-and-test]
runs-on: ubuntu-latest
environment:
name: pypi
Expand Down

0 comments on commit 657cc83

Please sign in to comment.