diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 533ae57..5e319e5 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Build and sign windows artefacts, release +name: Build and sign windows artifacts, release on: release: types: @@ -18,6 +18,7 @@ jobs: - name: Install requirements run: | python -m pip install -r requirements.txt + python -m pip install pywin32 python -m pip install setuptools_scm[toml]>=3.4 setuptools>=42 wheel - name: Install windows requirements, prepare run: | diff --git a/setup.cfg b/setup.cfg index 111c240..6ecf351 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -description-file = share/README.md +description_file = share/README.md [pycodestyle] ignore = W601 diff --git a/setup.py b/setup.py index d789361..bac21e2 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ sdk_dependency, 'configparser==4.0.2', 'pyyaml>=5.4', - 'jmespath==0.9.4', + 'jmespath==0.9.5', 'importlib_metadata==1.6.0' ] setup(