Skip to content

Commit 290d943

Browse files
committed
print platform
1 parent f386047 commit 290d943

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
with:
4242
python-version: "3.13"
4343

44+
- name: Print platform
45+
run: |
46+
echo "Platform: $(python -c 'import platform; print(platform.machine())')"
47+
4448
- name: Install cibuildwheel
4549
run: python -m pip install cibuildwheel==2.23.0
4650

0 commit comments

Comments
 (0)