File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111 branches : [ main ]
1212 schedule :
1313 - cron : ' 0 13 * * 4'
14+ release :
15+ types : [published]
1416
1517jobs :
1618 build :
@@ -75,13 +77,14 @@ jobs:
7577 path : dist
7678
7779 - if : matrix.platform == 'ubuntu-latest'
78- run : python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PV={vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
80+ run : python -c "import sys; vi=sys.version_info; print(f'PV={vi.major}{vi.minor}')" >> $GITHUB_ENV
81+ run : python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PVA={vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
7982
8083 - if : matrix.platform == 'ubuntu-latest'
81848285 with :
8386 build-requirements : ' setuptools_scm'
84- python-versions : cp${{ env.PV }}-cp${{ env.PV }}
87+ python-versions : cp${{ env.PV }}-cp${{ env.PVA }}
8588 pre-build-command : ' git config --global --add safe.directory "*"'
8689
8790 - if : matrix.platform == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments