Skip to content

Commit

Permalink
activate python's venv in publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
quaxsze committed Mar 22, 2021
1 parent 6addd9c commit deb25c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ jobs:
- deploy:
name: Publish on PyPI
command: |
pip install --upgrade pip
pip install twine==3.3.0
source venv/bin/activate
pip install twine
twine upload --username "${PYPI_USERNAME}" --password "${PYPI_PASSWORD}" dist/*.whl
workflows:
Expand Down

0 comments on commit deb25c4

Please sign in to comment.