Skip to content

Commit 2f7496c

Browse files
committed
CIBW_BEFORE_BUILD: python setup.py --version
1 parent 2fe9b93 commit 2f7496c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
CIBW_ARCHS: "${{ matrix.archs }}"
4343
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"
4444
CIBW_PRERELEASE_PYTHONS: "${{ !startsWith(github.ref, 'refs/tags/v') }}"
45+
CIBW_BEFORE_BUILD: python -m pip install setuptools_scm && python setup.py --version
4546

4647
- uses: actions/upload-artifact@v3
4748
with:

0 commit comments

Comments
 (0)