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

ci: Use uvx to simplify builds #4

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

matthewfeickert
Copy link
Member

  • uvx allows for running commands that will be executed in their own temporary virtual environments that are managed and handled with uv.
  • Verify distributions with twine prior to upload.
  • Use regular pip installs over editable installs as nothing should be locally relevant.

Requires PR #3 to go in first.

* uvx allows for running commands that will be executed in their own
  temporary virtual environments that are managed and handeled with uv.
* Verify distributions with twine prior to upload.
* Use regular pip installs over editable installs as nothing should be
  locally relevant.
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.

1 participant