Skip to content

Commit

Permalink
Try building in a wheel in after_test
Browse files Browse the repository at this point in the history
Setting `artifacts: []` seems to have been pointless as well, but that's
ok.  If we're building wheels it will be useful to have them uploaded as
artifacts.
  • Loading branch information
embray committed Nov 19, 2020
1 parent 21dbf27 commit d2305c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,4 @@ for:
- "set PSUTIL_DEBUG=1"
- "%PYTHON% psutil/tests/runner.py"
after_test:
- "true"
artifacts: []
- "%PYTHON" setup.py bdist_wheel

0 comments on commit d2305c5

Please sign in to comment.