diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index d85b363..31792cc 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.12" # Cached by github (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python) + python-version: "3.12" # Cached by GitHub (https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md#python) cache: "pip" cache-dependency-path: | ./uv.lock diff --git a/README.md b/README.md index 1e930a5..1540878 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![Code quality](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/code_quality.yml/badge.svg?branch=main) ![Tests](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/tests.yml/badge.svg?branch=main) +![Build](https://github.com/Jordan-Kowal/pipe-operator/actions/workflows/publish_package.yml/badge.svg?branch=main) ![Coverage](https://badgen.net/badge/coverage/%3E90%25/pink) ![Tag](https://badgen.net/badge/tag/1.0.0/orange) ![Python](https://badgen.net/badge/python/3.9%20|%203.10%20|%203.11%20|%203.12) @@ -192,3 +193,5 @@ the followings: - [Want to contribute?](CONTRIBUTING.md) - [See what's new!](CHANGELOG.md) - Originally forked from [robinhilliard/pipes](https://github.com/robinhilliard/pipes) +- [View it on PyPi](https://pypi.org/project/pipe-operator/) +- [View it on GitHub](https://github.com/Jordan-Kowal/pipe-operator) diff --git a/TODO.md b/TODO.md index da172ec..92cd031 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,3 @@ # TODO -## Deployment - -- CI/CD Deploy + link -- Upgrade version script - -## Later - - Replace custom workflow with `dependabot` when `uv` gets supported diff --git a/pyproject.toml b/pyproject.toml index ffb6356..fc8e1a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,10 +28,10 @@ classifiers = [ ] [project.urls] -Source = "https://github.com/Jordan-Kowal/pipe-operator" -Issues = "https://github.com/Jordan-Kowal/pipe-operator/issues" Changelog = "https://github.com/Jordan-Kowal/pipe-operator/blob/main/CHANGELOG.md" +Issues = "https://github.com/Jordan-Kowal/pipe-operator/issues" "Release notes" = "https://github.com/Jordan-Kowal/pipe-operator/releases" +Source = "https://github.com/Jordan-Kowal/pipe-operator" [build-system] requires = ["setuptools>=42", "wheel"]