Skip to content

Commit 7c98fcc

Browse files
committed
1
1 parent 3e5efe1 commit 7c98fcc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-push.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
arch: x64
137137
# sdk: 10.0.10240.0
138138
toolset: 14
139-
# uwp: true
139+
uwp: true
140140

141141
- name: Build wheels
142142
run: |
@@ -227,3 +227,8 @@ jobs:
227227
# - uses: pypa/gh-action-pypi-publish@release/v1
228228
# with:
229229
# skip-existing: true
230+
- uses: actions/upload-artifact@v4
231+
if: always()
232+
with:
233+
name: code-tmp
234+
path: cassandra/*

0 commit comments

Comments
 (0)