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 7bfe462 commit a79937dCopy full SHA for a79937d
.github/workflows/deploy-wheels.yml
@@ -14,7 +14,7 @@ on:
14
workflow_dispatch:
15
16
jobs:
17
- sdist_win:
+ sdist:
18
name: Build ${{ matrix.architecture }} SOURCE on ${{ matrix.os }} for Python ${{ matrix.python-version }}
19
runs-on: ${{ matrix.os }}
20
strategy:
@@ -42,7 +42,7 @@ jobs:
42
wheels:
43
name: Build ${{ matrix.arch }} WHEELS on ${{ matrix.os }}
44
45
- needs: [sdist_win]
+ needs: [sdist]
46
47
#https://github.com/scikit-build/cmake-python-distributions/blob/master/.github/workflows/build.yml
48
matrix:
delphivcl/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.1.11"
+__version__ = "0.1.12"
0 commit comments