Skip to content

Commit

Permalink
Add a CIBW_ARTIFACT_TYPE environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 3, 2024
1 parent e227de0 commit 84dc5b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
CIBW_ARCHS_MACOS: "universal2"
CIBW_BUILD: "cp39-${{ matrix.build }}*"
CIBW_BUILD_VERBOSITY: 3
TEST_ENV_VAR: "A VALUE!!!"
CIBW_ENVIRONMENT: "CIBW_ARTIFACT_TYPE=${{ matrix.artifact_suffix }}"
- uses: actions/upload-artifact@v4
with:
name: apps-python-dist-${{matrix.artifact_suffix}}
Expand Down
2 changes: 1 addition & 1 deletion helics_apps-pip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ elseif(WIN32)
endif()
endif()

message(STATUS "CIBW_BUILD: $ENV{CIBW_BUILD}")
message(STATUS "CIBW_ARTIFACT_TYPE: $ENV{CIBW_ARTIFACT_TYPE}")
message(STATUS "CIBUILDWHEEL: $ENV{CIBUILDWHEEL}")
message(STATUS "DOWNLOAD URL: ${HELICS_DOWNLOAD_URL}")

Expand Down

0 comments on commit 84dc5b4

Please sign in to comment.