We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe9b93 commit 2f7496cCopy full SHA for 2f7496c
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
CIBW_ARCHS: "${{ matrix.archs }}"
43
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
44
CIBW_PRERELEASE_PYTHONS: "${{ !startsWith(github.ref, 'refs/tags/v') }}"
45
+ CIBW_BEFORE_BUILD: python -m pip install setuptools_scm && python setup.py --version
46
47
- uses: actions/upload-artifact@v3
48
with:
0 commit comments