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 f77bce1 commit 071fbe4Copy full SHA for 071fbe4
.github/workflows/deploy-wheels.yml
@@ -33,13 +33,13 @@ jobs:
33
python-version: ${{ matrix.python }}
34
architecture: "x86"
35
36
- - name: Build bdist
+ - name: Build bdist wheel
37
run: |
38
python -m pip install setuptools --upgrade
39
python -m pip install wheel --upgrade
40
python setup.py bdist_wheel --plat-name=win32
41
42
- - name: Save sdist
+ - name: Save wheel
43
uses: actions/upload-artifact@v2
44
with:
45
path: dist/*.whl
delphivcl/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.1.30"
+__version__ = "0.1.31"
0 commit comments