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 initial test pypi release workflow #5052

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

marthacryan
Copy link
Collaborator

@marthacryan marthacryan commented Feb 21, 2025

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.

@marthacryan marthacryan marked this pull request as draft February 21, 2025 20:29
- name: Install pypa/build
run: >-
python3 -m
pip install
Copy link
Member

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.

Copy link
Collaborator Author

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

@gvwilson gvwilson added P1 needed for current cycle testing automated tests labels Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 needed for current cycle testing automated tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants