Skip to content

Commit 0b22ccb

Browse files
authored
Merge pull request #534 from nicoddemus/release-4.3.0
Release 4.3.0
2 parents 8c3bcce + 9a9804d commit 0b22ccb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
if: github.repository == 'pytest-dev/pytest-qt'
2121

2222
runs-on: ubuntu-latest
23+
environment: deploy
2324

2425
permissions:
2526
id-token: write # For PyPI trusted publishers.
@@ -40,5 +41,4 @@ jobs:
4041
- name: GitHub Release
4142
uses: softprops/action-gh-release@v1
4243
with:
43-
body_path: scripts/latest-release-notes.md
4444
files: dist/*

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
UNRELEASED
2-
-----------
1+
4.3.1 (2023-12-22)
2+
------------------
33

44
- Added official support for Python 3.12.
55
- Python 3.7 is no longer supported.
@@ -17,6 +17,11 @@ UNRELEASED
1717
.. _#515: https://github.com/pytest-dev/pytest-qt/pull/515
1818
.. _#483: https://github.com/pytest-dev/pytest-qt/issues/483
1919

20+
4.3.0 (2023-12-22)
21+
------------------
22+
23+
- Failure during publish.
24+
2025

2126
4.2.0 (2022-10-25)
2227
------------------

0 commit comments

Comments
 (0)