Fangjun Kuang
Committed by GitHub

Fix publishing wheels (#1746)

@@ -123,6 +123,6 @@ jobs: @@ -123,6 +123,6 @@ jobs:
123 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} 123 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
124 run: | 124 run: |
125 python3 -m pip install --upgrade pip 125 python3 -m pip install --upgrade pip
126 - python3 -m pip install wheel twine setuptools 126 + python3 -m pip install wheel twine==5.0.0 setuptools
127 127
128 twine upload ./wheelhouse/*.whl 128 twine upload ./wheelhouse/*.whl
@@ -129,6 +129,6 @@ jobs: @@ -129,6 +129,6 @@ jobs:
129 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} 129 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
130 run: | 130 run: |
131 python3 -m pip install --upgrade pip 131 python3 -m pip install --upgrade pip
132 - python3 -m pip install wheel twine setuptools 132 + python3 -m pip install wheel twine==5.0.0 setuptools
133 133
134 twine upload ./wheelhouse/*.whl 134 twine upload ./wheelhouse/*.whl
@@ -34,7 +34,7 @@ jobs: @@ -34,7 +34,7 @@ jobs:
34 - name: Install Python dependencies 34 - name: Install Python dependencies
35 shell: bash 35 shell: bash
36 run: | 36 run: |
37 - pip install -U pip wheel setuptools twine 37 + pip install -U pip wheel setuptools twine==5.0.0
38 38
39 - name: Build alsa-lib 39 - name: Build alsa-lib
40 shell: bash 40 shell: bash
@@ -118,7 +118,7 @@ jobs: @@ -118,7 +118,7 @@ jobs:
118 shell: bash 118 shell: bash
119 run: | 119 run: |
120 python3 -m pip install --upgrade pip 120 python3 -m pip install --upgrade pip
121 - python3 -m pip install wheel twine setuptools 121 + python3 -m pip install wheel twine==5.0.0 setuptools
122 122
123 twine upload ./wheelhouse/*.whl 123 twine upload ./wheelhouse/*.whl
124 124
@@ -95,6 +95,6 @@ jobs: @@ -95,6 +95,6 @@ jobs:
95 fi 95 fi
96 96
97 python3 -m pip install $opts --upgrade pip 97 python3 -m pip install $opts --upgrade pip
98 - python3 -m pip install $opts wheel twine setuptools 98 + python3 -m pip install $opts wheel twine==5.0.0 setuptools
99 99
100 twine upload ./wheelhouse/*.whl 100 twine upload ./wheelhouse/*.whl
@@ -89,6 +89,6 @@ jobs: @@ -89,6 +89,6 @@ jobs:
89 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} 89 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
90 run: | 90 run: |
91 python3 -m pip install --break-system-packages --upgrade pip 91 python3 -m pip install --break-system-packages --upgrade pip
92 - python3 -m pip install --break-system-packages wheel twine setuptools 92 + python3 -m pip install --break-system-packages wheel twine==5.0.0 setuptools
93 93
94 twine upload ./wheelhouse/*.whl 94 twine upload ./wheelhouse/*.whl
@@ -110,6 +110,6 @@ jobs: @@ -110,6 +110,6 @@ jobs:
110 fi 110 fi
111 111
112 python3 -m pip install $opts --upgrade pip 112 python3 -m pip install $opts --upgrade pip
113 - python3 -m pip install $opts wheel twine setuptools 113 + python3 -m pip install $opts wheel twine==5.0.0 setuptools
114 114
115 twine upload ./wheelhouse/*.whl 115 twine upload ./wheelhouse/*.whl
@@ -88,6 +88,6 @@ jobs: @@ -88,6 +88,6 @@ jobs:
88 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} 88 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
89 run: | 89 run: |
90 python3 -m pip install --upgrade pip 90 python3 -m pip install --upgrade pip
91 - python3 -m pip install wheel twine setuptools 91 + python3 -m pip install wheel twine==5.0.0 setuptools
92 92
93 twine upload ./wheelhouse/*.whl 93 twine upload ./wheelhouse/*.whl
@@ -94,6 +94,6 @@ jobs: @@ -94,6 +94,6 @@ jobs:
94 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} 94 TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
95 run: | 95 run: |
96 python3 -m pip install --upgrade pip 96 python3 -m pip install --upgrade pip
97 - python3 -m pip install wheel twine setuptools 97 + python3 -m pip install wheel twine==5.0.0 setuptools
98 98
99 twine upload ./wheelhouse/*.whl 99 twine upload ./wheelhouse/*.whl