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 c5e2571 commit 227771cCopy full SHA for 227771c
.circleci/config.yml
@@ -162,7 +162,7 @@ jobs:
162
command: |
163
source $HOME/.poetry/env
164
pip3 install poetry-dynamic-versioning tomlkit
165
- python3 -m poetry-dynamic-versioning --style pep440
+ poetry-dynamic-versioning --style pep440
166
poetry publish --build -u $TWINE_USERNAME -p $TWINE_PASSWORD
167
- save_cache:
168
key: poetry-cache-{{ checksum "poetry.lock" }}
0 commit comments