File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 name : Upload release to PyPI Test
1010 runs-on : ubuntu-latest
1111 environment :
12- name : pypi
12+ name : release-test
1313 url : https://test.pypi.org/p/green
1414 permissions :
1515 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
Original file line number Diff line number Diff line change 1111 if : github.event_name == 'release'
1212 runs-on : ubuntu-latest
1313 environment :
14- name : pypi
14+ name : release
1515 url : https://pypi.org/p/green
1616 permissions :
1717 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
Original file line number Diff line number Diff line change 22#### Date TBD
33
44# Version 4.0.1
5- #### 14 Feb 2024
5+ #### 15 Feb 2024
66
77Note that we are explicitly flagging Python 3.12.1 as incompatible due to a regression
88that was fixed in 3.12.2.
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ Steps to Release
55
662 . Push and merge to the main branch.
77
8- 3 . Trigger the Release Test workflow in GitHub Actions. Optional but recommended.
8+ 3 . Trigger the Release Test workflow in GitHub Actions then approve the run on the release-test environment . Optional but recommended.
99
10- 4 . Create a new release in GitHub with a tag that mirrors the version, the GH action will take care of the rest.
10+ 4 . Create a new release in GitHub with a tag that mirrors the version, the GH action will take care of the rest after beeing approved to run .
You can’t perform that action at this time.
0 commit comments