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
- Host: GitHub
- URL: https://github.com/mdh266/examplepackage
- Owner: mdh266
- License: apache-2.0
- Created: 2024-11-08T22:21:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T00:40:56.000Z (11 months ago)
- Last Synced: 2025-01-31T14:43:09.213Z (8 months ago)
- Topics: ci-cd, github-actions, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ExamplePackage
-------------
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.whlUsing [GitHub Actions](https://github.com/features/actions) for testing.