File tree Expand file tree Collapse file tree
{{cookiecutter.project_name}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 ENABLE_PYPI_PUBLISH : true
66 ENABLE_TEST_PYPI_PUBLISH : true
77 RELEASE_PYTHON_VERSION : " 3.12"
8- RELEASE_POETRY_VERSION : " 1.6 "
8+ RELEASE_POETRY_VERSION : " 1.8 "
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 2626 - " 3.11"
2727 - " 3.12"
2828 poetry-version :
29- - " 1.6 "
29+ - " 1.8 "
3030
3131 runs-on : ${{ matrix.os }}-latest
3232 steps :
Original file line number Diff line number Diff line change 55 ENABLE_PYPI_PUBLISH : {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
66 ENABLE_TEST_PYPI_PUBLISH : {{ "true" if cookiecutter.enable_pypi_publish|lower == "yes" else "false" }}
77 RELEASE_PYTHON_VERSION : " 3.12"
8- RELEASE_POETRY_VERSION : " 1.6 "
8+ RELEASE_POETRY_VERSION : " 1.8 "
99
1010on :
1111 push :
Original file line number Diff line number Diff line change 2626 - " 3.11"
2727 - " 3.12"
2828 poetry-version :
29- - " 1.6 "
29+ - " 1.8 "
3030
3131 runs-on : ${{ "{{" }} matrix.os }}-latest
3232 steps :
Original file line number Diff line number Diff line change 55 REGISTRY : ghcr.io
66 IMAGE_NAME : ${{ "{{" }} github.repository }}
77 RELEASE_PYTHON_VERSION : " 3.12"
8- RELEASE_POETRY_VERSION : " 1.6 "
8+ RELEASE_POETRY_VERSION : " 1.8 "
99
1010on :
1111 pull_request :
You can’t perform that action at this time.
0 commit comments