mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(python): bump and ci back to stable only
This commit is contained in:
parent
da45afb3cb
commit
d40f37e8d4
2 changed files with 1 additions and 2 deletions
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -8,7 +8,6 @@ name: python
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "codemp"
|
name = "codemp"
|
||||||
version = "0.0.8"
|
version = "0.0.9"
|
||||||
description = "code multiplexer"
|
description = "code multiplexer"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
|
|
Loading…
Reference in a new issue