Skip to content

Commit e03d898

Browse files
committed
Add PyPi info to CI Config
1 parent cee531d commit e03d898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pip-dependency-file: build_requirements.txt
3434
- run:
3535
name: build and publish release
36-
command: bash make_release.sh
36+
command: bash make_release.sh ${PyPiToken}
3737
- store_artifacts:
3838
path: dist/
3939

0 commit comments

Comments
 (0)