Skip to content

Commit

Permalink
Explicitly set GITHUB_ACTIONS env var (in cibuildwheel Docker container)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Aug 1, 2024
1 parent bbb298a commit 3957279
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/freethreaded_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
CIBW_ENVIRONMENT: GITHUB_ACTIONS=True
GITHUB_ACTIONS: True
CIBW_ENVIRONMENT_PASS_LINUX: GITHUB_ACTIONS
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
Expand Down

0 comments on commit 3957279

Please sign in to comment.