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

Automate the execution of cog via justfile #254

Open
brettcannon opened this issue Jan 2, 2023 · 0 comments
Open

Automate the execution of cog via justfile #254

brettcannon opened this issue Jan 2, 2023 · 0 comments
Labels
impact-maintenance Maintenance of the code/project

Comments

@brettcannon
Copy link
Owner

runpy is your friend: python -m cogapp -D VERSION=${{ needs.details.outputs.version }} -D TAG=${{ needs.details.outputs.tag }} -P -r README.md

There shouldn't be any need to provide input to cog for working with https://github.com/brettcannon/python-launcher/blob/main/docs/install.md as that info should be available either via Cargo.toml or the GitHub APIs to get the latest release (e.g. gh release view --repo brettcannon/python-launcher --json tagName or the REST API).

@brettcannon brettcannon added the impact-maintenance Maintenance of the code/project label Jan 2, 2023
@brettcannon brettcannon changed the title Automate the execution cog via justfile Automate the execution of cog via justfile Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact-maintenance Maintenance of the code/project
Projects
None yet
Development

No branches or pull requests

1 participant