Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 70622a1

Browse files
Run actions without v* prefix
1 parent f52f6e6 commit 70622a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "main"
77
tags:
8-
- "v*"
8+
- "*.*"
99
pull_request:
1010
branches:
1111
- "main"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pste"
33
description = "Just a simple file hosting application inspired by the likes of pomf.se and teknik.io."
44
authors = [{ name = "Lee Watson", email = "[email protected]" }]
5-
version = "0.9.3"
5+
version = "0.10.1"
66
readme = "README.md"
77
license = { file = "LICENSE" }
88
requires-python = ">=3.13,<3.14"

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)