-
Notifications
You must be signed in to change notification settings - Fork 6
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 pypi package publishing in CI/CD #184
Conversation
This pull request has been linked to Shortcut Story #38333: [vs] Set up automated release wheel uploads. |
It looks like the python tests do not pass because my fork repo is missing REST_API_TOKEN or something. Is this ok or should I push this branch to upstream repo and create a new PR? |
https://test.pypi.org/project/tiledb-vector-search/ is the published version on test.pypi under my credentials |
The pipeline now finally passes with a small check: |
I will divide this PR into two smaller ones |
This PR adds automatic pypi package publishing in CI/CD.
I still need to:
But first, I need to know if this approach is OK?