-
Notifications
You must be signed in to change notification settings - Fork 33
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
Re-enable automatic upload to pypi #2034
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add a test against S3 and tiledb://
before we turn this on unconditionally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Let's remove s3 since we are using core binaries that are already tested
- Let's do a write and a read to
tiledb://
URI
We still need |
* Re-enable automatic upload to pypi * Add test against tiledb:// --------- Co-authored-by: Agisilaos Kounelis <kounelisagis@gmail.com>
Do not forget to prepare the release environment (pypi)
^^ The release environment should be prepared.
[sc-54205]