fetch package_version and sort with packaging #5
This file contains 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: Packages Update Check | ||
on: | ||
schedule: | ||
# Run at UTC 00:00 Mon-Fri | ||
- cron: '0 0 * * 1-5' | ||
jobs: | ||
check-PyPI: | ||
name: Check for package updates on PyPI and create issue | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||