File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 2
2
name : Release
3
3
4
4
env :
5
- ENABLE_PYPI_PUBLISH : false
6
- ENABLE_TEST_PYPI_PUBLISH : false
5
+ ENABLE_PYPI_PUBLISH : true
6
+ ENABLE_TEST_PYPI_PUBLISH : true
7
7
RELEASE_PYTHON_VERSION : " 3.11"
8
8
RELEASE_POETRY_VERSION : " 1.3"
9
9
34
34
poetry_version : ${{ env.RELEASE_POETRY_VERSION }}
35
35
36
36
- 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"
41
37
run : poetry run poe test
42
38
43
39
- name : π Create test summary
68
64
69
65
concurrency :
70
66
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 42
42
poetry_version : ${{ matrix.poetry-version }}
43
43
44
44
- 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"
49
45
run : poetry run poe test
50
46
51
47
- name : π Create test summary
63
59
64
60
concurrency :
65
61
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