File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 76
76
brew install libtool
77
77
brew install automake
78
78
79
- - name : Load or restore vcpkg libraries
79
+ - name : Initialize vcpkg
80
80
uses : lukka/run-vcpkg@v11
81
81
with :
82
82
vcpkgDirectory : ' ${{ github.workspace }}/thirdparty/vcpkg'
86
86
CC : gcc-13
87
87
CXX : g++-13
88
88
CIBW_ARCHS : auto64
89
+ MACOSX_DEPLOYMENT_TARGET : 14.0
89
90
CIBW_MANYLINUX_X86_64_IMAGE : quay.io/pypa/manylinux_2_34_x86_64:latest
90
91
CIBW_BUILD : " ${{ matrix.os_dist.dist }}"
91
92
# Test not only by running the test suite but also by executing every example we provide. This is to ensure
@@ -111,6 +112,13 @@ jobs:
111
112
name : PhotoshopAPI_Py-${{ matrix.os_dist.os }}-${{ matrix.os_dist.dist }}
112
113
path : wheelhouse/*.whl
113
114
115
+ - name : Upload logs as artifact
116
+ if : always() # Ensure this runs no matter what
117
+ uses : actions/upload-artifact@v3
118
+ with :
119
+ name : build-logs
120
+ path : D:\a\PhotoshopAPI\PhotoshopAPI\build\temp.win-amd64-cpython-37\Release\psapi\vcpkg-manifest-install.log
121
+
114
122
mock-publish :
115
123
name : Mock Upload release to PyPI
116
124
permissions :
You can’t perform that action at this time.
0 commit comments