Skip to content

Commit

Permalink
Attempt to fix PyPi deployment again (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Jan 29, 2024
1 parent cf1d676 commit 94f6c54
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ jobs:
- checkout:
path: /home/circleci/src/CuBIDS
- run:
name: Generate distribution archives
command: |
python3 -m pip install --upgrade build
python3 -m build
name: Update build tools
command: pip install --upgrade build twine
- run:
name: Upload packages to PyPI
command: |
python3 -m pip install --upgrade twine
python3 -m twine upload dist/*
name: Build CuBIDS
command: python -m build
- run:
name: Upload package to PyPI
command: python -m twine upload -u __token__ -p ${PYPI_TOKEN} dist/cubids*

workflows:
version: 2
Expand Down

0 comments on commit 94f6c54

Please sign in to comment.