Skip to content

Commit

Permalink
Override the setuptools scm version because we modified project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster authored Nov 14, 2024
1 parent 9e88364 commit 98ad2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ jobs:
env:
# FIXME: only run the slow tests when doing regular pushes, or manual - not for PRs
CIBW_TEST_COMMAND: "pytest -v {package}/tests ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && '--runslow' || '' }}"
CIBW_ENVIRONMENT: SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.ref_name }}
with:
only: ${{ matrix.only }}
package-dir: .
Expand Down

0 comments on commit 98ad2ff

Please sign in to comment.