File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4949 name : ${{ matrix.name }}
5050 runs-on : ${{ matrix.os }}
5151 needs : test
52- # if: ${{ startsWith(github.ref, 'refs/tags/v') }}
52+ if : ${{ startsWith(github.ref, 'refs/tags/v') }}
5353
5454 strategy :
5555 fail-fast : false
@@ -105,10 +105,10 @@ jobs:
105105 run : |
106106 python -m twine check dist/leep*.tar.*
107107
108- # - name: Upload package
109- # env:
110- # PYPI_REPOSITORY: pypi
111- # TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
112- # TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
113- # run: |
114- # python -m twine upload --repository ${PYPI_REPOSITORY} dist/*
108+ - name : Upload package
109+ env :
110+ PYPI_REPOSITORY : testpypi
111+ TWINE_USERNAME : ${{ secrets.PYPI_USERNAME }}
112+ TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
113+ run : |
114+ python -m twine upload --repository ${{ env. PYPI_REPOSITORY } } dist/*
You can’t perform that action at this time.
0 commit comments