Skip to content

Commit

Permalink
Fix: Update deploy script to pip (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmondra authored Jan 7, 2025
1 parent 48e7458 commit 261ab9e
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 @@ -190,8 +190,8 @@ jobs:
- run:
name: Deploy to pip
command: |
pip install twine
python setup.py bdist_wheel --universal
pip install build twine
python -m build --wheel
twine upload dist/* --skip-existing
- run:
name: Deploy to dev instance
Expand Down

0 comments on commit 261ab9e

Please sign in to comment.