Skip to content

Commit 227771c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
command: |
163163
source $HOME/.poetry/env
164164
pip3 install poetry-dynamic-versioning tomlkit
165-
python3 -m poetry-dynamic-versioning --style pep440
165+
poetry-dynamic-versioning --style pep440
166166
poetry publish --build -u $TWINE_USERNAME -p $TWINE_PASSWORD
167167
- save_cache:
168168
key: poetry-cache-{{ checksum "poetry.lock" }}

0 commit comments

Comments
 (0)