Skip to content

Commit

Permalink
Updated build recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed Mar 14, 2024
1 parent b09dd2e commit c1eb4c7
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 @@ -88,7 +88,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install -U pip
pip install wheel twine
pip install wheel twine build
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = __token__" >> ~/.pypirc
echo -e "password = $PYPI_TOKEN" >> ~/.pypirc
Expand All @@ -97,7 +97,7 @@ jobs:
name: create packages
command: |
. venv/bin/activate
python setup.py bdist_wheel
python -m build
- run:
name: upload to pypi
Expand Down

0 comments on commit c1eb4c7

Please sign in to comment.