We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee531d commit e03d898Copy full SHA for e03d898
.circleci/config.yml
@@ -33,7 +33,7 @@ jobs:
33
pip-dependency-file: build_requirements.txt
34
- run:
35
name: build and publish release
36
- command: bash make_release.sh
+ command: bash make_release.sh ${PyPiToken}
37
- store_artifacts:
38
path: dist/
39
0 commit comments