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

Create configuration variable for python version in Github workflows #404

Open
dougiesquire opened this issue Jan 19, 2024 · 2 comments
Open
Assignees

Comments

@dougiesquire
Copy link
Collaborator

The Python version to build against is being used in a number of places in .github/workflows/CI.yml and .github/workflows/CD.yml. I tried to use a configuration variable in #403 to define this in a single location, but this wasn't working at the time, so instead I used a workflow-level environment variable in each workflow. These should be replaced with a Repository or Environment configuration variable.

ping @CodeGat

@CodeGat CodeGat self-assigned this Jan 19, 2024
@dougiesquire
Copy link
Collaborator Author

E.g. a "release" github Environment that we could also use for the PyPI trusted publishing

@CodeGat
Copy link
Collaborator

CodeGat commented Jan 19, 2024

I've done a lot of Environment stuff so I'll be able to help out :)

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

2 participants