Skip to content

Commit

Permalink
Merge pull request #876 from 29rou/apply-delvewheel
Browse files Browse the repository at this point in the history
Use delvewheel.
  • Loading branch information
arcondello authored Jul 5, 2021
2 parents 06d2fd1 + 64f926b commit 216f11e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -334,17 +334,19 @@ jobs:
name: create wheel
command: |
env\Scripts\activate.ps1
python -m pip install delvewheel
python setup.py bdist_wheel
delvewheel repair -w ./delvewheel ./dist/*
- store_artifacts:
path: ./dist
path: ./delvewheel

- run: &win-twine-template
name: install twine and deploy
command: |
env\Scripts\activate.ps1
python -m pip install twine
twine upload -u $env:PYPI_USERNAME -p $env:PYPI_PASSWORD --skip-existing ./dist/*
twine upload -u $env:PYPI_USERNAME -p $env:PYPI_PASSWORD --skip-existing ./delvewheel/*
test-doctest:
Expand Down

0 comments on commit 216f11e

Please sign in to comment.