mirror of
https://github.com/jdejaegh/python-irceline.git
synced 2025-06-26 19:35:40 +02:00
Fix workflow
This commit is contained in:
parent
7f843cd372
commit
0bf7b787d9
3 changed files with 5 additions and 5 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Create release
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- *
|
||||
- '*.*.*'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
|
@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "open-irceline"
|
||||
version = "0.0.8"
|
||||
version = "0.0.14"
|
||||
description = "Get IRCEL - CELINE air quality data"
|
||||
readme = "README.md"
|
||||
authors = [{ name = "Jules Dejaeghere", email = "curable.grass491@mailer.me" }]
|
||||
|
@ -27,7 +27,7 @@ requires-python = ">=3.11"
|
|||
Homepage = "https://github.com/jdejaegh/python-irceline"
|
||||
|
||||
[tool.bumpver]
|
||||
current_version = "0.0.8"
|
||||
current_version = "0.0.14"
|
||||
version_pattern = "MAJOR.MINOR.PATCH"
|
||||
commit_message = "bump version {old_version} -> {new_version}"
|
||||
tag_message = "{new_version}"
|
||||
|
@ -36,7 +36,7 @@ pre_commit_hook = ""
|
|||
post_commit_hook = ""
|
||||
commit = true
|
||||
tag = true
|
||||
push = false
|
||||
push = true
|
||||
|
||||
[tool.bumpver.file_patterns]
|
||||
"pyproject.toml" = [
|
||||
|
|
|
@ -2,4 +2,4 @@ from .api import IrcelineRioClient, IrcelineForecastClient, IrcelineApiError
|
|||
from .belaqi import belaqi_index, belaqi_index_actual, belaqi_index_forecast
|
||||
from .data import RioFeature, ForecastFeature, FeatureValue, BelAqiIndex
|
||||
|
||||
__version__ = '0.0.8'
|
||||
__version__ = '0.0.14'
|
||||
|
|
Loading…
Add table
Reference in a new issue