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 68
68
- uses : actions/checkout@v5
69
69
- uses : ./.github/actions/setup-semantic-release # node+semantic-release
70
70
- 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/
71
75
- run : semantic-release --branches ${{ github.ref_name }}
72
76
env :
73
77
GIT_AUTHOR_NAME : appland-release
78
82
PYPI_PUBLISH_REPO : ${{ github.ref == 'refs/heads/master' && 'pypi' || 'testpypi' }}
79
83
POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
80
84
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