Skip to content

Commit

Permalink
Get required data for scm in pypi flow
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbrittain committed Oct 24, 2023
1 parent 669526d commit e3902b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
fetch-depth: 0
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit e3902b8

Please sign in to comment.