Skip to content

Commit c641e5a

Browse files
committed
fix: path to wheel
1 parent 315aab9 commit c641e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
command: |
177177
python3 -m venv /tmp/buildenv
178178
source /tmp/buildenv/bin/activate
179-
python3 -m pip install "setuptools >= 45.0" wheel "setuptools_scm[toml] >= 6.2" \
179+
python3 -m pip install "setuptools >= 45.0" build wheel "setuptools_scm[toml] >= 6.2" \
180180
"pip>=10.0.1" twine docutils
181181
python3 -m build
182182
twine check dist/nitransforms*

0 commit comments

Comments
 (0)