Skip to content

Commit

Permalink
Merge pull request #63 from alertlogic/fix_widows_build
Browse files Browse the repository at this point in the history
Update windows build
  • Loading branch information
carlisom authored May 12, 2023
2 parents 8894330 + 644732d commit 0005fa8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
description-file = share/README.md
description_file = share/README.md

[pycodestyle]
ignore = W601
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0005fa8

Please sign in to comment.