Skip to content

Commit

Permalink
Use trusted publisher for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Oct 13, 2024
1 parent 058b007 commit 5ffdf97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:

deploy:
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
strategy:
fail-fast: true
matrix:
Expand All @@ -29,6 +32,3 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ The released versions correspond to PyPI releases.
* the default for `FakeFilesystem.shuffle_listdir_results` will change to `True` to reflect
the real filesystem behavior

## Unreleased

### Infrastructure
* use trusted publisher for release (see https://docs.pypi.org/trusted-publishers/)

## [Version 5.7.1](https://pypi.python.org/pypi/pyfakefs/5.7.1) (2024-08-13)
Fixes a regression in version 5.7.0 that broke patching fcntl.

Expand Down

0 comments on commit 5ffdf97

Please sign in to comment.