We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca5a8c commit 063ada2Copy full SHA for 063ada2
.github/workflows/deploy.yml
@@ -20,6 +20,7 @@ jobs:
20
if: github.repository == 'pytest-dev/pytest-qt'
21
22
runs-on: ubuntu-latest
23
+ environment: deploy
24
25
permissions:
26
id-token: write # For PyPI trusted publishers.
CHANGELOG.rst
@@ -1,4 +1,4 @@
1
-4.3.0 (2023-12-22)
+4.3.1 (2023-12-22)
2
------------------
3
4
- Added official support for Python 3.12.
@@ -17,6 +17,11 @@
17
.. _#515: https://github.com/pytest-dev/pytest-qt/pull/515
18
.. _#483: https://github.com/pytest-dev/pytest-qt/issues/483
19
+4.3.0 (2023-12-22)
+------------------
+
+- Failure during publish.
4.2.0 (2022-10-25)
27
0 commit comments