File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ jobs:
146146 source ./scripts/select-python-linux.sh 3.10
147147 pip3 install twine
148148 ls -l artifact-${{ matrix.python-version }}/*.whl
149- twine upload --repository testpypi artifact-${{ matrix.python-version }}/*.whl
149+ twine upload artifact-${{ matrix.python-version }}/*.whl
150150 env:
151151 TWINE_USERNAME: __token__
152152 TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 source ${VENV_DIR}/bin/activate
152152 pip3 install twine
153153 ls -l artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
154- twine upload --repository testpypi artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
154+ twine upload artifact-${{ matrix.arch_type }}-${{ matrix.python-version }}/*.whl
155155 env:
156156 TWINE_USERNAME: __token__
157157 TWINE_PASSWORD: ${{ secrets.PYPI_TEST_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments