Skip to content

Commit 0416387

Browse files
committed
Optimizing sdist process
1 parent da0dc43 commit 0416387

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/deploy-wheels.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,17 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
22-
python-version: [3.6, 3.7, 3.8, 3.9]
23-
architecture: [x86, x64]
22+
python-version: [3.9]
2423
include:
25-
- os: windows-2019
26-
architecture: "x64"
27-
- os: windows-2019
28-
architecture: "x86"
24+
- os: ubuntu-20.04
2925
steps:
3026
- name: Check out repository
3127
uses: actions/checkout@v2
3228

3329
- name: Set up Python ${{ matrix.python-version }}
3430
uses: actions/setup-python@v2
3531
with:
36-
python-version: ${{ matrix.python-version }}
37-
architecture: ${{ matrix.architecture }}
32+
python-version: ${{ matrix.python-version }}
3833

3934
- name: Build sdist
4035
run: python setup.py sdist

delphivcl/__version__.py

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

0 commit comments

Comments
 (0)