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

fix: support user-defined attribute checks for pypi_base as well #2007

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

saikonen
Copy link
Collaborator

examples:
this should result in a non-user-defined python version for all steps

@pypi_base
class HelloFlow(FlowSpec):
...

and this should count as user-set for all steps

@pypi_base(python="3.10")
class HelloFlow(FlowSpec):
...

@savingoyal savingoyal merged commit 8074245 into master Aug 30, 2024
25 checks passed
@savingoyal savingoyal deleted the fix/pypi_base-user-defined-attribute-check branch August 30, 2024 12:51
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

Successfully merging this pull request may close these issues.

2 participants