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 dd76184 commit 8c37ccfCopy full SHA for 8c37ccf
.circleci/test-deploy.yml
@@ -153,7 +153,7 @@ jobs:
153
- image: cimg/python:3.9
154
steps:
155
- checkout
156
- - run: echo "simplepkg==0.0.1" > requirements.txt
+ - run: echo "simplepkg==0.4.3" > requirements.txt
157
- cloudsmith-python/set_env_vars_for_pip:
158
repository: "circleci-orb-testing"
159
- run: python -m pip config set global.index-url "$CLOUDSMITH_PIP_INDEX_URL"
0 commit comments