Publish Windows artifacts

This commit is contained in:
Oleksis Fraga Menéndez
2022-09-21 04:36:33 -04:00
parent cf7f7cff0b
commit b5471006e7

View File

@@ -98,3 +98,8 @@ jobs:
python -m pip install dist/wxPython-*.whl
python -c "import wx; print(wx.version());"
displayName: 'build wheel and test install'
- task: PublishPipelineArtifact@1
inputs:
targetPath: dist
artifactName: wxPython-py$(python.version)-win_$(python.arch)