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 1919 concurrency : build-n-publish-to-pypi
2020 if : |
2121 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. '))
2323
2424
2525 steps :
3737 - name : Run UATs
3838 run : |
3939 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
4141 pip install -r requirements-dev.txt
4242 all_files=$(git ls-files | grep '^tests/.*\.py$' | grep -v '/__init__\.py$' | sed 's/\.py$//' | sed 's/\//./g')
4343 num_files=$(echo "$all_files" | wc -l)
5656
5757 - name : Build a binary wheel and a source tarball
5858 run : >-
59- SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.3 "
59+ SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.4 "
6060 python -m
6161 build
6262 --sdist
You can’t perform that action at this time.
0 commit comments