We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f890f commit f77bce1Copy full SHA for f77bce1
.github/workflows/deploy-wheels.yml
@@ -30,8 +30,9 @@ jobs:
30
- name: Set up Python ${{ matrix.python }}
31
uses: actions/setup-python@v2
32
with:
33
- python-version: ${{ matrix.python }}
34
-
+ python-version: ${{ matrix.python }}
+ architecture: "x86"
35
+
36
- name: Build bdist
37
run: |
38
python -m pip install setuptools --upgrade
@@ -60,7 +61,8 @@ jobs:
60
61
62
63
64
65
+ architecture: "x64"
66
67
- name: Build bdist wheel
68
delphivcl/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.1.29"
+__version__ = "0.1.30"
0 commit comments