Skip to content

Commit

Permalink
automatically use the pypi env
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunicorn committed Nov 17, 2023
1 parent ff3e629 commit cc931c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
name: Upload release to PyPI
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
environment:
name: pypi
url: https://pypi.org/p/synapse_super_invites
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
_trial_temp
__pycache__
/dist
build/
tests/.local/
homeserver.log

0 comments on commit cc931c7

Please sign in to comment.