We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4febd2 commit 6337a93Copy full SHA for 6337a93
.circleci/config.yml
@@ -633,7 +633,12 @@ jobs:
633
name: Upload packages to PyPI
634
command: |
635
python -m pip install --user twine
636
- python -m twine upload dist/nibabies* wrapper/dist/nibabies*
+ # upload nibabies
637
+ export TWINE_PASSWORD=$PYPI_NIBABIES_TOKEN
638
+ python -m twine upload dist/nibabies*
639
+ # upload wrapper
640
+ export TWINE_PASSWORD=$PYPI_WRAPPER_TOKEN
641
+ python -m twine upload wrapper/dist/nibabies*
642
643
deployable:
644
docker:
0 commit comments