We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c108fa commit 4e8e5b4Copy full SHA for 4e8e5b4
1 file changed
.github/workflows/ci.yaml
@@ -2,13 +2,15 @@ name: pdqhash-python CI/CD
2
3
on: workflow_dispatch
4
5
+# We don't currently build for Linux, because
6
+# we need to sort out manylinux. Maybe another day!
7
jobs:
8
build:
9
name: Build Package
10
strategy:
11
matrix:
12
python: ['3.7', '3.8', '3.9', '3.10']
- os: [windows-latest, macos-latest, ubuntu-20.04]
13
+ os: [windows-latest, macos-latest]
14
runs-on: ${{ matrix.os }}
15
steps:
16
- name: Checkout Code
0 commit comments