Skip to content

Commit

Permalink
Don't forget the "with:" in the syntax!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent dd2ccf4 commit de46605
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/distribute_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ jobs:

steps:
- uses: actions/checkout@v4
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500
with:
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500

- name: Install dependencies
run: |
Expand Down Expand Up @@ -89,8 +90,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500
with:
# We need quite a deep fetch so that we get the versioning right
fetch-depth: 500

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

0 comments on commit de46605

Please sign in to comment.