Skip to content

Commit af6cfb7

Browse files
committed
Add back required part of the command
1 parent a1c87b5 commit af6cfb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
- name: Build a binary wheel and a source tarball
7979
run: |
8080
# Checkout the latest tag - the one we just created.
81+
git fetch --tags
8182
git checkout ${{ steps.tag_version.outputs.new_tag }}
8283
python -m pip install build check-wheel-contents
8384
python -m build --sdist --wheel --outdir dist/ .

0 commit comments

Comments
 (0)