Skip to content

Commit 0f37a00

Browse files
committed
Explicitly set GITHUB_ACTIONS env var (in cibuildwheel Docker container)
1 parent bbb298a commit 0f37a00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/freethreaded_wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
7070
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2
7171
CIBW_BUILD_FRONTEND: "pip; args: --no-build-isolation"
72+
GITHUB_ACTIONS: True
7273
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7374
with:
7475
name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}

0 commit comments

Comments
 (0)