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

Add python release script #533

Merged
merged 18 commits into from
Jul 23, 2024

Conversation

linzhou-db
Copy link
Collaborator

Add python release script

@linzhou-db linzhou-db changed the base branch from branch-1.1 to python-branch-1.1 July 23, 2024 03:03
@linzhou-db linzhou-db self-assigned this Jul 23, 2024
@pranavsuku-db
Copy link
Collaborator

lgtm but I have not tested this on my local machine yet

@@ -78,11 +79,10 @@
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we want to add 3.10 and 3.11 here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added

python/setup.py Outdated
'fsspec>=0.7.4',
'requests',
'aiohttp',
'dataclasses;python_version<"3.7"',
'dataclasses;python_version<"3.8"',
'yarl>=1.6.0',
'maturin',
Copy link
Collaborator

Choose a reason for hiding this comment

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

we might be able to remove maturin here since it is only used to build delta_lernel_rust_sharing_wrapper but this is now being done in python_release.sh. Not totally sure though but if we can avoid having user install an extra package this might be a good thing

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

updated

@linzhou-db linzhou-db merged commit 2844d50 into delta-io:python-branch-1.1 Jul 23, 2024
5 checks passed
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