Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI setup for a package #72

Open
lwasser opened this issue Jan 8, 2025 · 1 comment
Open

CI setup for a package #72

lwasser opened this issue Jan 8, 2025 · 1 comment

Comments

@lwasser
Copy link
Member

lwasser commented Jan 8, 2025

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.

  1. you could setup tests to run weekly within an additional 2 yaml files
  2. 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.

@lwasser
Copy link
Member Author

lwasser commented Jan 8, 2025

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant