Allow override of release cooldown in update-python-resources #6955
Unanswered
robinbowes
asked this question in
Tap maintenance and Homebrew development
Replies: 2 comments 2 replies
-
|
All PyPI resources (except for the main formula URL) are on cooldown and there's no way to make an exception. You can update resources manually/via script or create formulae for your Python libraries (see depends_on "your/tap/pylib"
pypi_packages exclude_packages: ["pylib"] |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@robinbowes We'd accept an opt-in flag to bypass this cooldown as long as it only applies to third-party taps and the main package and not dependencies. Work for you? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm finding that this feature is blocking me releasing a new version of my python-based apps/tools for 24h.
My workflow is:
Step 4. is blocked because
brew update-python-resourcesignores anything newer than 24h, which I get for dependencies, but not for the new artefact that I've just built and pushed myself.Is this an intentional block, or an oversight?
Would it be possible to add some mechanism that doesn't block like this?
Beta Was this translation helpful? Give feedback.
All reactions