Skip to content

Commit

Permalink
Rebuild in CircleCI for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauko Quiroga committed Sep 9, 2021
1 parent 1043e18 commit abee5c9
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,19 @@ jobs:
command: if ! .circleci/has-functional-changes.sh ; then circleci step halt ; fi

- run:
name: Upload a Python package to Pypi
name: Install Twine
command: |
source /tmp/venv/openfisca_core/bin/activate
pip install --upgrade twine
- run:
name: Build openfisca-core
command: |
source /tmp/venv/openfisca_core/bin/activate
python setup.py bdist_wheel
- run:
name: Upload openfisca-core package to PyPi
command: |
source /tmp/venv/openfisca_core/bin/activate
.circleci/publish-python-package.sh
Expand Down

0 comments on commit abee5c9

Please sign in to comment.