You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like we have some additional elements that we might not need for beginners in this template.
currently the workflows including a test cron job that runs weekly that calls the test workflow.
you could setup tests to run weekly within an additional 2 yaml files
If you haven't updated the package, what purpose does the cron job serve?
I'd suggest we move away from extra builds for now and talk about possibilities without including everything in our template. this will make the entry simpler for users.
i am going to submit a pr that removes those two jobs and adds a released base publish to PyPI workflow.
The text was updated successfully, but these errors were encountered:
it just occurred to me that a cron job maybe monthly or biweekly could be good if you have a lot of deps and things aren't pinned (which normally they wouldn't be). but that still could be triggered in the tests ci run along with the pr / commit trigger!
I am going to submit a pr related to this.
it seems like we have some additional elements that we might not need for beginners in this template.
currently the workflows including a test cron job that runs weekly that calls the test workflow.
I'd suggest we move away from extra builds for now and talk about possibilities without including everything in our template. this will make the entry simpler for users.
i am going to submit a pr that removes those two jobs and adds a released base publish to PyPI workflow.
The text was updated successfully, but these errors were encountered: