Skip to content

Commit 8625b7a

Browse files
tdegeuschrisburr
andauthored
Update src/maintainer/knowledge_base.rst
Co-authored-by: Chris Burr <[email protected]>
1 parent 94be816 commit 8625b7a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,10 +1090,9 @@ The are two options to proceed:
10901090
10911091
build:
10921092
# [...]
1093-
script:
1094-
- export SETUPTOOLS_SCM_PRETEND_VERSION="{{ version }}" # [unix]
1095-
- set SETUPTOOLS_SCM_PRETEND_VERSION="{{ version }}" # [win]
1096-
- "{{ PYTHON }} -m pip install . -vv"
1093+
script_env:
1094+
- SETUPTOOLS_SCM_PRETEND_VERSION={{version}}
1095+
script: "{{ PYTHON }} -m pip install . -vv"
10971096
10981097
.. _centos7:
10991098

0 commit comments

Comments
 (0)