Skip to content

Commit 508a009

Browse files
committed
updates for workflows, readme adding badges
1 parent bcbacdb commit 508a009

File tree

4 files changed

+28
-16
lines changed

4 files changed

+28
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Deploy to GitHub Pages
159159
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
160-
uses: peaceiris/actions-gh-pages@v3
160+
uses: peaceiris/actions-gh-pages@v4
161161
with:
162162
github_token: ${{ secrets.GITHUB_TOKEN }}
163163
publish_dir: ./docs/_build/html

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ sync:
2525
test:
2626
uv run pytest --cov
2727

28+
lock:
29+
uv lock
30+
2831
lint:
2932
uv run ruff check .
3033

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Python Project Deployment
22

3+
[![CI](https://github.com/Magic-Man-us/PythonProjectDeployment/actions/workflows/ci.yml/badge.svg)](https://github.com/Magic-Man-us/PythonProjectDeployment/actions/workflows/ci.yml)
4+
[![PyPI Version](https://img.shields.io/pypi/v/python-project-deployment.svg)](https://pypi.org/project/python-project-deployment)
5+
[![Python Versions](https://img.shields.io/badge/python-3.11%20|%203.12%20|%203.13%20|%203.14-blue)](https://www.python.org/downloads/)
6+
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
7+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
8+
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
9+
[![Type checked: mypy](https://img.shields.io/badge/type%20checked-mypy-blue.svg)](http://mypy-lang.org/)
10+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11+
312
A modern scaffolding tool for creating new Python packages with best practices built-in.
413

514
## Features

uv.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)