Skip to content

Commit a79937d

Browse files
committed
Sdist adjustment
1 parent 7bfe462 commit a79937d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
workflow_dispatch:
1515

1616
jobs:
17-
sdist_win:
17+
sdist:
1818
name: Build ${{ matrix.architecture }} SOURCE on ${{ matrix.os }} for Python ${{ matrix.python-version }}
1919
runs-on: ${{ matrix.os }}
2020
strategy:
@@ -42,7 +42,7 @@ jobs:
4242
wheels:
4343
name: Build ${{ matrix.arch }} WHEELS on ${{ matrix.os }}
4444
runs-on: ${{ matrix.os }}
45-
needs: [sdist_win]
45+
needs: [sdist]
4646
strategy:
4747
#https://github.com/scikit-build/cmake-python-distributions/blob/master/.github/workflows/build.yml
4848
matrix:

delphivcl/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.11"
1+
__version__ = "0.1.12"

0 commit comments

Comments
 (0)