Bump types-pytz from 2026.1.1.20260408 to 2026.2.0.20260518 #112
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Bump version tag on merge | |
| on: | |
| pull_request_target: | |
| types: [closed] | |
| branches: [main] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| tag: | |
| uses: git-mastery/actions/.github/workflows/bump-version.yml@main | |
| secrets: inherit |