Skip to content

Commit dcdb7c4

Browse files
wheelhouse
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent 96417d4 commit dcdb7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/nightly.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ stages:
182182
- script: "pip install ./src/api/python/wheelhouse/*.whl && python - <src/api/python/z3test.py z3 && python - <src/api/python/z3test.py z3num"
183183
- task: CopyFiles@2
184184
inputs:
185-
sourceFolder: dist
185+
sourceFolder: wheelhouse
186186
contents: '*.zip'
187187
targetFolder: $(Build.ArtifactStagingDirectory)
188188
- task: PublishPipelineArtifact@0
@@ -212,7 +212,7 @@ stages:
212212
- script: "cd src/api/python && CC=aarch64-none-linux-gnu-gcc CXX=aarch64-none-linux-gnu-g++ AR=aarch64-none-linux-gnu-ar LD=aarch64-none-linux-gnu-ld python -m build && AUDITWHEEL_PLAT= auditwheel repair --best-plat dist/*.whl && cd ../../.."
213213
- task: CopyFiles@2
214214
inputs:
215-
sourceFolder: dist
215+
sourceFolder: wheelhouse
216216
contents: '*.zip'
217217
targetFolder: $(Build.ArtifactStagingDirectory)
218218
- task: PublishPipelineArtifact@0

0 commit comments

Comments
 (0)