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 6f75ea9 commit dbd19caCopy full SHA for dbd19ca
.circleci/config.yml
@@ -190,11 +190,11 @@ jobs:
190
no_output_timeout: 60m
191
command: |
192
cd /tmp/src/sdcflows
193
- pyenv local 3.7.0
194
- python3 -m pip install "setuptools ~= 42.0" "setuptools_scm[toml] >= 3.4" "pip>=10.0.1"
+ python3 -m pip install --upgrade pip
+ python3 -m pip install --upgrade "setuptools_scm[toml]"
195
196
# Get version, update files.
197
- THISVERSION=$( python3 setup.py --version )
+ THISVERSION=$( python3 -m setuptools_scm )
198
if [[ ${THISVERSION:0:1} == "0" ]] ; then
199
echo "WARNING: latest git tag could not be found"
200
echo "Please, make sure you fetch all tags from upstream with"
0 commit comments