Skip to content

Commit

Permalink
Fix Windows wheels packaging
Browse files Browse the repository at this point in the history
Preserve LF line breaks in METADATA file
  • Loading branch information
xzkostyan committed Feb 7, 2022
1 parent a33b1a4 commit 6071e5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ jobs:
needs: valgrind
runs-on: windows-2019
steps:
- name: Set git to use repo line breaks
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 6071e5f

Please sign in to comment.