Bump version: v1.4.3

This commit is contained in:
Valentin Niess
2025-05-23 18:29:24 +02:00
parent 0fabfe2810
commit f049580e2b
3 changed files with 5 additions and 10 deletions

View File

@@ -1,15 +1,11 @@
name: PyPI
on:
push:
branches:
- master
paths:
- 'python_appimage/version.py'
workflow_dispatch:
inputs:
upload:
description: 'Upload to PyPI'
required: true
default: false
type: boolean
jobs:
@@ -49,9 +45,8 @@ jobs:
- name: Build wheel
run: |
pip install -U pip
pip install -U wheel
python setup.py bdist_wheel --universal
pip install -U pip build
python -m build
- name: Upload to PyPI
if: (github.ref == 'refs/heads/master') && inputs.upload

View File

@@ -41,7 +41,7 @@ include = ["python_appimage*"]
version = {attr = "python_appimage.__version__"}
[tool.bumpversion]
current_version = "1.4.2"
current_version = "1.4.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1 +1 @@
version = '1.4.2'
version = '1.4.3'