An open API service indexing awesome lists of open source software.

https://github.com/mdh266/examplepackage

A small project to test uv, ruff, and github actions
https://github.com/mdh266/examplepackage

ci-cd github-actions python

Last synced: 7 months ago
JSON representation

A small project to test uv, ruff, and github actions

Awesome Lists containing this project

README

          

ExamplePackage
-------------
![](https://github.com/mdh266/ExamplePackage/actions/workflows/python-app.yml/badge.svg)

A simple example demonstrating how to build a package using [uv](https://docs.astral.sh/uv/), and [ruff](https://astral.sh/ruff)

uv build
pip install dist/mike_example-0.1.0-py3-none-any.whl

Using [GitHub Actions](https://github.com/features/actions) for testing.