Skip to content

Commit 52cacd6

Browse files
committed
Update python version for release
1 parent 49e1722 commit 52cacd6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: Build
33
on:
44
push:
55
tags:
6-
- 'v*.*.*'
7-
6+
- "v*.*.*"
87

98
jobs:
109
publish-to-pypi:
@@ -18,7 +17,7 @@ jobs:
1817
id: setup-python
1918
uses: actions/setup-python@v5
2019
with:
21-
python-version: '3.9'
20+
python-version: "3.11"
2221

2322
- name: Install Poetry
2423
uses: snok/install-poetry@v1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "patchwork-cli"
3-
version = "0.0.102.dev0"
3+
version = "0.0.102.dev1"
44
description = ""
55
authors = ["patched.codes"]
66
license = "AGPL"

0 commit comments

Comments
 (0)