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.
2 parents a2b9b60 + af6cfb7 commit fa38d4dCopy full SHA for fa38d4d
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
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