File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name : Release
33
44env :
5- ENABLE_PYPI_PUBLISH : false
6- ENABLE_TEST_PYPI_PUBLISH : false
5+ ENABLE_PYPI_PUBLISH : true
6+ ENABLE_TEST_PYPI_PUBLISH : true
77 RELEASE_PYTHON_VERSION : " 3.11"
88 RELEASE_POETRY_VERSION : " 1.3"
99
3434 poetry_version : ${{ env.RELEASE_POETRY_VERSION }}
3535
3636 - name : π₯ Test
37- env :
38- # https://github.com/python-poetry/poetry/issues/1917
39- # https://github.com/actions/runner-images/issues/6185
40- PYTHON_KEYRING_BACKEND : " keyring.backends.null.Keyring"
4137 run : poetry run poe test
4238
4339 - name : π Create test summary
6864
6965concurrency :
7066 group : ${{ github.workflow }}-${{ github.ref }}
71- cancel-in-progress : true
67+ cancel-in-progress : false
Original file line number Diff line number Diff line change 4242 poetry_version : ${{ matrix.poetry-version }}
4343
4444 - name : π₯ Test
45- env :
46- # https://github.com/python-poetry/poetry/issues/1917
47- # https://github.com/actions/runner-images/issues/6185
48- PYTHON_KEYRING_BACKEND : " keyring.backends.null.Keyring"
4945 run : poetry run poe test
5046
5147 - name : π Create test summary
6359
6460concurrency :
6561 group : ${{ github.workflow }}-${{ github.ref }}
66- cancel-in-progress : true
62+ cancel-in-progress : false
You canβt perform that action at this time.
0 commit comments