Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Jul 5, 2021
1 parent 06d2fd1 commit 64f926b
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 64f926b

Please sign in to comment.