Skip to content

Commit

Permalink
Add PyPi info to CI Config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaxc committed Jul 12, 2022
1 parent cee531d commit e03d898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip-dependency-file: build_requirements.txt
- run:
name: build and publish release
command: bash make_release.sh
command: bash make_release.sh ${PyPiToken}
- store_artifacts:
path: dist/

Expand Down

0 comments on commit e03d898

Please sign in to comment.