mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +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:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- stable
|
||||
|
||||
permissions:
|
||||
|
|
2
dist/py/pyproject.toml
vendored
2
dist/py/pyproject.toml
vendored
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "codemp"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
description = "code multiplexer"
|
||||
requires-python = ">= 3.8"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
Loading…
Reference in a new issue