Skip to content

Commit

Permalink
build wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Moodie committed May 26, 2020
1 parent b9c4147 commit f1b7ed4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ steps:
displayName: 'Run pytest'

- script: |
python setup.py sdist
pip install twine wheel
python setup.py sdist bdist_wheel
displayName: 'Create distribution'

- task: CopyFiles@2
Expand Down

0 comments on commit f1b7ed4

Please sign in to comment.