Skip to content

Commit 6152b14

Browse files
committed
Turn off win32 builds
1 parent 84cd6d5 commit 6152b14

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
with:
5050
package-dir: python
5151
env:
52+
CIBW_SKIP: "*-win32"
5253
CIBW_BUILD_VERBOSITY: 3
5354

5455
- uses: actions/upload-artifact@v2

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
# Include the compiled library in the resulting distribution
4444
_PACKAGE_DATA = {}
45-
if sys.platform is 'win32':
45+
if sys.platform == 'win32':
4646
_PACKAGE_DATA['libcryptoauth'] = ['cryptoauth.dll']
4747
#elif sys.platform is 'darwin':
4848
else:

0 commit comments

Comments
 (0)