File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6868 - uses : actions/checkout@v5
6969 - uses : ./.github/actions/setup-semantic-release # node+semantic-release
7070 - uses : ./.github/actions/setup # poetry
71+ - name : configure poetry repos
72+ run : |
73+ poetry config repositories.pypi https://upload.pypi.org/legacy/
74+ poetry config repositories.testpypi https://test.pypi.org/legacy/
7175 - run : semantic-release --branches ${{ github.ref_name }}
7276 env :
7377 GIT_AUTHOR_NAME : appland-release
7882 PYPI_PUBLISH_REPO : ${{ github.ref == 'refs/heads/master' && 'pypi' || 'testpypi' }}
7983 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
8084 POETRY_PYPI_TOKEN_TESTPYPI : ${{ secrets.POETRY_PYPI_TOKEN_TESTPYPI }}
81- POETRY_REPOSITORIES_PYPI : https://upload.pypi.org/legacy/
82- POETRY_REPOSITORIES_TESTPYPI : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments