Skip to content

Commit

Permalink
Merge pull request #794 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Stop using legacy bdist_wininst
  • Loading branch information
zhenwendai committed Mar 13, 2020
2 parents 4c5c7fc + d1c35ec commit f9bc7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test_script:

after_test:
# This step builds your wheels.
- "python setup.py bdist_wheel bdist_wininst"
- "python setup.py bdist_wheel"
- codecov

artifacts:
Expand Down

0 comments on commit f9bc7f1

Please sign in to comment.