File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
fail-fast : false
14
14
matrix :
15
- python-version : ["2.7", " 3.x"]
15
+ python-version : ["3.x"]
16
16
17
17
steps :
18
18
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 22
22
strategy :
23
23
fail-fast : false
24
24
matrix :
25
- python-version : ["2.7", " 3.x"]
25
+ python-version : ["3.x"]
26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
34
34
run : |
35
35
python -m pip install --upgrade pip setuptools wheel
36
36
python -m pip install build
37
- - name : Build 2.7 package
38
- if : ${{ matrix.python-version == '2.7' }}
39
- run : python -m build --wheel
37
+ # - name: Build 2.7 package
38
+ # if: ${{ matrix.python-version == '2.7' }}
39
+ # run: python -m build --wheel
40
40
- name : Build package
41
41
if : ${{ matrix.python-version != '2.7' }}
42
42
run : python -m build
Original file line number Diff line number Diff line change 30
30
# For a discussion on single-sourcing the version across setup.py and the
31
31
# project code, see
32
32
# https://packaging.python.org/en/latest/single_source_version.html
33
- version = '3.3' , # Required
33
+ version = '3.3.post1 ' , # Required
34
34
35
35
# This is a one-line description or tagline of what your project does. This
36
36
# corresponds to the "Summary" metadata field:
You can’t perform that action at this time.
0 commit comments