We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b9b60 commit a1c87b5Copy full SHA for a1c87b5
.github/workflows/release.yml
@@ -78,8 +78,7 @@ jobs:
78
- name: Build a binary wheel and a source tarball
79
run: |
80
# Checkout the latest tag - the one we just created.
81
- git fetch --tags
82
- git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
+ git checkout ${{ steps.tag_version.outputs.new_tag }}
83
python -m pip install build check-wheel-contents
84
python -m build --sdist --wheel --outdir dist/ .
85
check-wheel-contents dist/*.whl
0 commit comments