mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
docs: Add comment explaining PyPI check workflow purpose
This commit is contained in:
parent
cebae18dd6
commit
0a840860f1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/check_pypi_version.yml
vendored
2
.github/workflows/check_pypi_version.yml
vendored
|
@ -1,5 +1,7 @@
|
|||
name: Check PyPI Version
|
||||
|
||||
# Check to be sure `pip install aider-chat installs the most recently published version
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run once a day at midnight UTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue