Skip to content

Commit b13c85e

Browse files
committed
Merge branch 'main' of https://github.com/mhammond/pywin32 into Native-ARM64-CI-wheels
2 parents e701123 + d764900 commit b13c85e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
if-no-files-found: error
118118

119119
# actions/setup-python does not provide prebuilt arm64 Python before 3.11, so we cross-compile.
120-
build_arm64:
121-
name: Cross-compile ARM
120+
cross_compile_arm64:
121+
name: Cross-compile ARM64
122122
runs-on: windows-2019
123123
timeout-minutes: 25
124124
strategy:
@@ -152,9 +152,10 @@ jobs:
152152
name: artifacts-${{ matrix.python-version }}-arm64
153153
path: dist/*.whl
154154
if-no-files-found: error
155+
155156
merge:
156157
runs-on: windows-latest
157-
needs: [test, build_arm64]
158+
needs: [test, cross_compile_arm64]
158159
steps:
159160
- name: Merge Artifacts
160161
uses: actions/upload-artifact/merge@v4

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Notable changes in recent builds.
1+
Notable changes in recent builds.
22

33
Maintained by hand, so what's "notable" is subjective! Contributors are
44
encouraged to add entries for their work.

0 commit comments

Comments
 (0)