-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 initial test pypi release workflow #5052
base: main
Are you sure you want to change the base?
Conversation
b409a81
to
efe9451
Compare
- name: Install pypa/build | ||
run: >- | ||
python3 -m | ||
pip install |
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.
Is it worth using uv
here? no external dependencies here so not a lot to reconcile but nonetheless.
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.
Yeah I don't know that it is worth it - we'd just be installing one package
Note: we need admin access to plotly test pypi for this PR to work. |
Adds a github actions workflow that runs on push to the
main
branch that will release most recent changes to test.pypi.org for easier testing.