File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
concurrency : build-n-publish-to-pypi
20
20
if : |
21
21
github.repository == 'CogStack/cogstack-nlp' &&
22
- (github.event_name != 'release' || startsWith(github.event.release.tag_name, 'medcat-v1 '))
22
+ (github.event_name != 'release' || startsWith(github.event.release.tag_name, 'medcat/v1. '))
23
23
24
24
25
25
steps :
37
37
- name : Run UATs
38
38
run : |
39
39
python -m pip install --upgrade pip
40
- export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.3 " # NOTE: This is where the project verison is set
40
+ export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.4 " # NOTE: This is where the project verison is set
41
41
pip install -r requirements-dev.txt
42
42
all_files=$(git ls-files | grep '^tests/.*\.py$' | grep -v '/__init__\.py$' | sed 's/\.py$//' | sed 's/\//./g')
43
43
num_files=$(echo "$all_files" | wc -l)
56
56
57
57
- name : Build a binary wheel and a source tarball
58
58
run : >-
59
- SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.3 "
59
+ SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.4 "
60
60
python -m
61
61
build
62
62
--sdist
You can’t perform that action at this time.
0 commit comments