Skip to content

Commit

Permalink
chore: update shared files
Browse files Browse the repository at this point in the history
Automated update of shared files from the social-core repository, see
https://github.com/python-social-auth/.github/blob/main/repo-sync.py
  • Loading branch information
nijel committed Feb 13, 2025
1 parent 5e6b648 commit 42894de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

permissions:
contents: read

jobs:
pre-commit:
uses: python-social-auth/social-core/.github/workflows/pre-commit-shared.yml@master
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

permissions:
contents: read

jobs:
release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -38,4 +41,4 @@ jobs:
- run: uvx twine check dist/*

- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/')
run: uv publish --verbose --verbose --trusted-publishing always
run: uv publish --trusted-publishing always

0 comments on commit 42894de

Please sign in to comment.