Skip to content

Commit

Permalink
Fetch tags as well to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent b6ddc70 commit fca7189
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
id-token: write
steps:
- uses: actions/checkout@v4
# needs tags for version determination
# git fetch --tags will fetch more
- run: git fetch origin 'refs/tags/*:refs/tags/*'
- uses: astral-sh/setup-uv@v4
- run: uv python install ${{ matrix.pyvers }}
- run: uv sync --all-extras
Expand Down

0 comments on commit fca7189

Please sign in to comment.