Skip to content

Commit

Permalink
ci: publish to checkout the bwa submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 16, 2025
1 parent f55a710 commit ee10a83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_pybwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'

- uses: rickstaa/action-contains-tag@v1
id: contains_tag
Expand Down Expand Up @@ -66,6 +67,9 @@ jobs:
- name: Build package
run: poetry build --format=sdist

- name: Print contents
run: tar -tf dist/*.tar.gz

- uses: actions/upload-artifact@v4
with:
name: pybwa-sdist
Expand Down Expand Up @@ -101,6 +105,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.ref_name }}
submodules: true

- name: Generate a Changelog
uses: orhun/git-cliff-action@v3
Expand Down

0 comments on commit ee10a83

Please sign in to comment.