Skip to content

Commit 19d393f

Browse files
committed
fix: deployment move from manual to official semantic release actions
1 parent 9dc2d79 commit 19d393f

File tree

4 files changed

+5
-78
lines changed

4 files changed

+5
-78
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Install dependencies
4343
run: uv sync --all-extras --group dev
4444

45+
- name: Build | Create Distribution Artifacts
46+
run: uv build
47+
4548
- name: Action | Semantic Version Release
4649
id: release
4750
uses: python-semantic-release/python-semantic-release@v10.4.1

CHANGELOG.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "scaffoldr"
3-
version = "1.1.1"
3+
version = "0.1.0"
44
description = "Generate production-ready Python web projects in seconds."
55
authors = [
66
{ name = "Vetrichelvan", email = "pythonhubdev@gmail.com" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)