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: SDIST build failure #130

Merged
merged 1 commit into from
Jun 17, 2024
Merged

FIX: SDIST build failure #130

merged 1 commit into from
Jun 17, 2024

Conversation

jwiggins
Copy link
Member

2.1.5 release was blown due to Cython SDIST creation bug. This PR fixes that and bumps some version numbers for the Github actions.

Comment on lines +50 to +53
cythonize(
[os.path.join('celiagg', '_celiagg.pyx')],
include_path=['celiagg'],
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should have been in #128 but I neglected to test the SDIST creation

@jwiggins jwiggins merged commit e242b9e into main Jun 17, 2024
15 checks passed
@jwiggins jwiggins deleted the fix/sdist-failure branch June 17, 2024 10:35
jwiggins added a commit that referenced this pull request Jun 17, 2024
2.1.5 release was blown due to Cython SDIST creation bug. This PR fixes
that and bumps some version numbers for the Github actions.
jwiggins added a commit that referenced this pull request Jun 17, 2024
2.1.5 release was blown due to Cython SDIST creation bug. This PR fixes
that and bumps some version numbers for the Github actions.
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.

1 participant