File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,13 @@ jobs:
7777 path : dist
7878
7979 - if : matrix.platform == 'ubuntu-latest'
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
80+ run : python -c "import sys; vi=sys.version_info; abitag='m' if vi.minor<8 else ''; print(f'PV=cp{vi.major}{vi.minor}-cp{vi.major}{vi.minor}{abitag}')" >> $GITHUB_ENV
8281
8382 - if : matrix.platform == 'ubuntu-latest'
84838584 with :
8685 build-requirements : ' setuptools_scm'
87- python-versions : cp ${{ env.PV }}-cp${{ env.PVA }}
86+ python-versions : ${{ env.PV }}
8887 pre-build-command : ' git config --global --add safe.directory "*"'
8988
9089 - if : matrix.platform == 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments