Skip to content

Commit 063ada2

Browse files
committed
Use an environment for deploy
1 parent 9ca5a8c commit 063ada2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

+1
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.

CHANGELOG.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
4.3.0 (2023-12-22)
1+
4.3.1 (2023-12-22)
22
------------------
33

44
- Added official support for Python 3.12.
@@ -17,6 +17,11 @@
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)