Skip to content

Commit

Permalink
Use an environment for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Dec 22, 2023
1 parent 9ca5a8c commit 063ada2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
if: github.repository == 'pytest-dev/pytest-qt'

runs-on: ubuntu-latest
environment: deploy

permissions:
id-token: write # For PyPI trusted publishers.
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
4.3.0 (2023-12-22)
4.3.1 (2023-12-22)
------------------

- Added official support for Python 3.12.
Expand All @@ -17,6 +17,11 @@
.. _#515: https://github.com/pytest-dev/pytest-qt/pull/515
.. _#483: https://github.com/pytest-dev/pytest-qt/issues/483

4.3.0 (2023-12-22)
------------------

- Failure during publish.


4.2.0 (2022-10-25)
------------------
Expand Down

0 comments on commit 063ada2

Please sign in to comment.