Skip to content

Commit

Permalink
fix github action version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernard Giroux committed Dec 19, 2024
1 parent 59f1b49 commit a738ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout ttcrpy
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand All @@ -57,7 +57,7 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build sdist
run: pipx run build --sdist
Expand Down

0 comments on commit a738ed4

Please sign in to comment.