We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 315aab9 commit c641e5aCopy full SHA for c641e5a
.circleci/config.yml
@@ -176,7 +176,7 @@ jobs:
176
command: |
177
python3 -m venv /tmp/buildenv
178
source /tmp/buildenv/bin/activate
179
- python3 -m pip install "setuptools >= 45.0" wheel "setuptools_scm[toml] >= 6.2" \
+ python3 -m pip install "setuptools >= 45.0" build wheel "setuptools_scm[toml] >= 6.2" \
180
"pip>=10.0.1" twine docutils
181
python3 -m build
182
twine check dist/nitransforms*
0 commit comments