Skip to content

Commit

Permalink
Another CD fix: repo not checked out during publish (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Jul 20, 2024
1 parent f3283f5 commit 1424f23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cd_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,13 @@ jobs:
- name: Install prerequisites
run: python -m pip install build

- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
ref: ${{ needs.release.outputs.publish_branch }}

- name: Build source distribution
run: python -m build

Expand Down

0 comments on commit 1424f23

Please sign in to comment.