Skip to content

Commit 071fbe4

Browse files
committed
Releasing the Win32 fix
1 parent f77bce1 commit 071fbe4

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
@@ -33,13 +33,13 @@ jobs:
3333
python-version: ${{ matrix.python }}
3434
architecture: "x86"
3535

36-
- name: Build bdist
36+
- name: Build bdist wheel
3737
run: |
3838
python -m pip install setuptools --upgrade
3939
python -m pip install wheel --upgrade
4040
python setup.py bdist_wheel --plat-name=win32
4141
42-
- name: Save sdist
42+
- name: Save wheel
4343
uses: actions/upload-artifact@v2
4444
with:
4545
path: dist/*.whl

delphivcl/__version__.py

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

0 commit comments

Comments
 (0)