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 49e1722 commit 52cacd6Copy full SHA for 52cacd6
.github/workflows/release.yml
@@ -3,8 +3,7 @@ name: Build
3
on:
4
push:
5
tags:
6
- - 'v*.*.*'
7
-
+ - "v*.*.*"
8
9
jobs:
10
publish-to-pypi:
@@ -18,7 +17,7 @@ jobs:
18
17
id: setup-python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: '3.9'
+ python-version: "3.11"
22
23
- name: Install Poetry
24
uses: snok/install-poetry@v1
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "patchwork-cli"
-version = "0.0.102.dev0"
+version = "0.0.102.dev1"
description = ""
authors = ["patched.codes"]
license = "AGPL"
0 commit comments