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 0f37a00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freethreaded_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
GITHUB_ACTIONS: True
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}
Expand Down

0 comments on commit 0f37a00

Please sign in to comment.