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 227771c commit c0a4cc6Copy full SHA for c0a4cc6
.circleci/config.yml
@@ -161,7 +161,8 @@ jobs:
161
name: Build
162
command: |
163
source $HOME/.poetry/env
164
- pip3 install poetry-dynamic-versioning tomlkit
+ pip3 install tomlkit
165
+ pip3 install poetry-dynamic-versioning
166
poetry-dynamic-versioning --style pep440
167
poetry publish --build -u $TWINE_USERNAME -p $TWINE_PASSWORD
168
- save_cache:
0 commit comments