mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Publish Windows artifacts
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user