Skip to content

Commit

Permalink
Fetch tags in packaging CI job for version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ymyzk committed Jul 16, 2024
1 parent 87cd1d4 commit 74c8190
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -41,6 +43,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- name: Set up QEMU
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 74c8190

Please sign in to comment.