Skip to content

Commit c0a4cc6

Browse files
author
rfaircloth-splunk
committed
Update config.yml
1 parent 227771c commit c0a4cc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ jobs:
161161
name: Build
162162
command: |
163163
source $HOME/.poetry/env
164-
pip3 install poetry-dynamic-versioning tomlkit
164+
pip3 install tomlkit
165+
pip3 install poetry-dynamic-versioning
165166
poetry-dynamic-versioning --style pep440
166167
poetry publish --build -u $TWINE_USERNAME -p $TWINE_PASSWORD
167168
- save_cache:

0 commit comments

Comments
 (0)