Skip to content

Commit 8a32ca9

Browse files
savente93nabobalis
andauthored
Apply suggestions from code review
Co-authored-by: Nabil Freij <[email protected]>
1 parent ae30e05 commit 8a32ca9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release_schedule.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
schedule:
44
# At 00:00 on day-of-month 1 in every 3rd month. (i.e. every quarter)
55
- cron: "0 0 1 */3 *"
6-
# on demand
6+
# On demand
77
workflow_dispatch:
88

99
jobs:

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requires-python = ">= 3.11"
55
version = "0.1.0"
66
dependencies = ["packaging>=25.0,<26"]
77

8-
98
[build-system]
109
build-backend = "hatchling.build"
1110
requires = ["hatchling"]

0 commit comments

Comments
 (0)