File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 20
20
if : github.repository == 'pytest-dev/pytest-qt'
21
21
22
22
runs-on : ubuntu-latest
23
+ environment : deploy
23
24
24
25
permissions :
25
26
id-token : write # For PyPI trusted publishers.
40
41
- name : GitHub Release
41
42
uses : softprops/action-gh-release@v1
42
43
with :
43
- body_path : scripts/latest-release-notes.md
44
44
files : dist/*
Original file line number Diff line number Diff line change 1
- UNRELEASED
2
- -----------
1
+ 4.3.1 (2023-12-22)
2
+ ------------------
3
3
4
4
- Added official support for Python 3.12.
5
5
- Python 3.7 is no longer supported.
@@ -17,6 +17,11 @@ UNRELEASED
17
17
.. _#515 : https://github.com/pytest-dev/pytest-qt/pull/515
18
18
.. _#483 : https://github.com/pytest-dev/pytest-qt/issues/483
19
19
20
+ 4.3.0 (2023-12-22)
21
+ ------------------
22
+
23
+ - Failure during publish.
24
+
20
25
21
26
4.2.0 (2022-10-25)
22
27
------------------
You can’t perform that action at this time.
0 commit comments