diff --git a/.github/workflows/medcat-v1_production.yml b/.github/workflows/medcat-v1_production.yml index badf2429e..791a24f3a 100644 --- a/.github/workflows/medcat-v1_production.yml +++ b/.github/workflows/medcat-v1_production.yml @@ -37,7 +37,7 @@ jobs: - name: Run UATs run: | python -m pip install --upgrade pip - export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.4" # NOTE: This is where the project verison is set + export SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.5" # NOTE: This is where the project verison is set pip install -r requirements-dev.txt all_files=$(git ls-files | grep '^tests/.*\.py$' | grep -v '/__init__\.py$' | sed 's/\.py$//' | sed 's/\//./g') num_files=$(echo "$all_files" | wc -l) @@ -56,7 +56,7 @@ jobs: - name: Build a binary wheel and a source tarball run: >- - SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.4" + SETUPTOOLS_SCM_PRETEND_VERSION_FOR_MEDCAT="1.16.5" python -m build --sdist @@ -70,4 +70,4 @@ jobs: with: # TODO CU-869a25n7e Use Trusted Platform Publisher based PyPI release password: ${{ secrets.PYPI_API_TOKEN }} - packages-dir: medcat-v1/dist + packages_dir: medcat-v1/dist