diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-12 10:20:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 09:20:43 -0500 |
commit | d3c83da2ebdec714d6c2b1195404e697a9347f22 (patch) | |
tree | f073c502e389c2f763795ab2f92b79577c1c6e36 | |
parent | b15543b7692447010ed84cc320a81f8554ffa2ec (diff) | |
download | py-bcrypt-git-d3c83da2ebdec714d6c2b1195404e697a9347f22.tar.gz |
fixed wheel builder syntax (#199)
-rw-r--r-- | .github/workflows/wheel-builder.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/wheel-builder.yml b/.github/workflows/wheel-builder.yml index 1324684..e036c9b 100644 --- a/.github/workflows/wheel-builder.yml +++ b/.github/workflows/wheel-builder.yml @@ -75,6 +75,7 @@ jobs: windows: runs-on: windows-latest strategy: + matrix: WINDOWS: - {ARCH: 'x86', WINDOWS: 'win32'} - {ARCH: 'x64', WINDOWS: 'win64'} |