summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2021-10-15 22:56:02 +0300
committerHarel Ben-Attia <harelba@gmail.com>2021-10-15 22:56:02 +0300
commit8157d7b8465f84e044d0a4bb710b1fac833178ec (patch)
tree2815023779f3879faf59434ad0cbb3f057a665bb
parentdb50058989302920e47cadf8f5d1613c946d8e64 (diff)
wip
-rw-r--r--.github/workflows/package-and-release.yaml3
-rw-r--r--requirements-win-x86_64.txt4
-rw-r--r--requirements.txt2
3 files changed, 8 insertions, 1 deletions
diff --git a/.github/workflows/package-and-release.yaml b/.github/workflows/package-and-release.yaml
index 083013c..dcf3f73 100644
--- a/.github/workflows/package-and-release.yaml
+++ b/.github/workflows/package-and-release.yaml
@@ -285,6 +285,9 @@ jobs:
run: |
set -e -x
+ # Hack to overcome the fact that apsw doesn't have a registered wheel for Windows
+ cp requirements-win-x86_64.txt requirements.txt
+
pyoxidizer build --release
export Q_EXECUTABLE=./build/x86_64-pc-windows-msvc/release/install/q
diff --git a/requirements-win-x86_64.txt b/requirements-win-x86_64.txt
new file mode 100644
index 0000000..1a4215d
--- /dev/null
+++ b/requirements-win-x86_64.txt
@@ -0,0 +1,4 @@
+six==1.11.0
+flake8==3.6.0
+setuptools<45.0.0
+https://github.com/rogerbinns/apsw/releases/download/3.36.0-r1/apsw-3.36.0-cp38-cp38-win_amd64.whl
diff --git a/requirements.txt b/requirements.txt
index 1a4215d..93992df 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
six==1.11.0
flake8==3.6.0
setuptools<45.0.0
-https://github.com/rogerbinns/apsw/releases/download/3.36.0-r1/apsw-3.36.0-cp38-cp38-win_amd64.whl
+apsw