We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae30e05 commit 8a32ca9Copy full SHA for 8a32ca9
.github/workflows/release_schedule.yaml
@@ -3,7 +3,7 @@ on:
3
schedule:
4
# At 00:00 on day-of-month 1 in every 3rd month. (i.e. every quarter)
5
- cron: "0 0 1 */3 *"
6
- # on demand
+ # On demand
7
workflow_dispatch:
8
9
jobs:
pyproject.toml
@@ -5,7 +5,6 @@ requires-python = ">= 3.11"
version = "0.1.0"
dependencies = ["packaging>=25.0,<26"]
-
[build-system]
10
build-backend = "hatchling.build"
11
requires = ["hatchling"]
0 commit comments