Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches: [main]
paths:
- 'pyproject.toml' # Only run when this file changes
workflow_dispatch:

jobs:
check-and-publish:
runs-on: ubuntu-latest
environment: release
permissions:
contents: write # Required to create GitHub Releases
id-token: write # Required for PyPI Trusted Publishing
Expand Down
Loading