Skip to content

Commit

Permalink
ci: get tags for automatic publish (#1866)
Browse files Browse the repository at this point in the history
The publish workflow is failing because it doesn't get git tags
  • Loading branch information
lengau committed Sep 9, 2024
1 parent a98a8b4 commit f42d8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit f42d8f6

Please sign in to comment.