Skip to content

Commit 128d048

Browse files
committed
feat: 패키지를 수정하다
- 뭐 이리저리 버전도 올리고..
1 parent 47b44ea commit 128d048

File tree

5 files changed

+116
-259
lines changed

5 files changed

+116
-259
lines changed

.github/workflows/codeql.yml

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

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches: develop
66
paths-ignore:
7-
- '.github/**'
8-
- 'cli/**'
7+
- ".github/**"
8+
- "cli/**"
99

1010
concurrency:
1111
group: ${{ github.workflow }}
@@ -19,9 +19,11 @@ jobs:
1919
with:
2020
submodules: recursive
2121

22+
# https://github.com/astral-sh/setup-uv
2223
- name: Setup uv
23-
uses: astral-sh/setup-uv@v5
24+
uses: astral-sh/setup-uv@v6
2425
with:
26+
active-environment: true
2527
enable-cache: true
2628
ignore-nothing-to-cache: true
2729

.python-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name = "ujuc.github.io"
33
version = "2.0.0"
44
description = "blog"
5-
authors = [
6-
{ name = "sungjin.kang", email = "[email protected]" }
7-
]
5+
authors = [{ name = "sungjin.kang", email = "[email protected]" }]
86
dependencies = [
97
"pendulum>=3.1.0",
108
"pelican>=4.11.0",
@@ -14,7 +12,7 @@ dependencies = [
1412
"markdown-mermaidjs>=2.0.0",
1513
]
1614
readme = "README.md"
17-
requires-python = ">= 3.12"
15+
requires-python = ">= 3.13"
1816

1917
[build-system]
2018
requires = ["hatchling"]

0 commit comments

Comments
 (0)