We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6672c9 commit 2d7caebCopy full SHA for 2d7caeb
1 file changed
.github/workflows/medcat-v1_production.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Run UATs
38
run: |
39
python -m pip install --upgrade pip
40
- export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.11" # NOTE: This is where the project verison is set
+ export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.12" # NOTE: This is where the project verison is set
41
pip install -r requirements-dev.txt
42
all_files=$(git ls-files | grep '^tests/.*\.py$' | grep -v '/__init__\.py$' | sed 's/\.py$//' | sed 's/\//./g')
43
num_files=$(echo "$all_files" | wc -l)
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Build a binary wheel and a source tarball
58
run: >-
59
- SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.11"
+ SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.12"
60
python -m
61
build
62
--sdist
0 commit comments