Skip to content

Commit

Permalink
Checkout the shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Jul 7, 2024
1 parent bd2fe5f commit 880fab3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ runs:
using: "composite"
steps:

- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/build-dist

pypi-publish:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
runs-on: ubuntu-24.04

steps:

- uses: actions/checkout@v4

- uses: ./.github/actions/build-dist

testing:
Expand Down

0 comments on commit 880fab3

Please sign in to comment.