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

Pypi conda pkg #21

Merged
merged 7 commits into from
Jul 8, 2024
Merged

Pypi conda pkg #21

merged 7 commits into from
Jul 8, 2024

Conversation

KedoKudo
Copy link
Contributor

@KedoKudo KedoKudo commented Jul 8, 2024

This PR update the build pipeline to allow automatic package publication to PyPI and anaconda.

EWM item: Story 4916

@KedoKudo KedoKudo requested a review from peterfpeterson July 8, 2024 16:10
@KedoKudo KedoKudo self-assigned this Jul 8, 2024
Copy link
Contributor

@peterfpeterson peterfpeterson left a comment

Choose a reason for hiding this comment

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

Looks good. The changes are consistent with the python project template library

dynamic = ["version"]
requires-python = ">=3.10"
dependencies = [
# list all runtime dependencies here
"numpy",
"scipy<1.13", # avoid a bug
Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for the comment on the pin

@KedoKudo KedoKudo merged commit ab850a9 into next Jul 8, 2024
10 checks passed
@KedoKudo KedoKudo deleted the pypi_conda_pkg branch July 8, 2024 18:36
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