File tree Expand file tree Collapse file tree 4 files changed +28
-16
lines changed Expand file tree Collapse file tree 4 files changed +28
-16
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 2525test :
2626 uv run pytest --cov
2727
28+ lock :
29+ uv lock
30+
2831lint :
2932 uv run ruff check .
3033
Original file line number Diff line number Diff line change 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+
312A modern scaffolding tool for creating new Python packages with best practices built-in.
413
514## Features
You can’t perform that action at this time.
0 commit comments