mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-13 20:00:19 +01:00
Bump version: v1.4.3
This commit is contained in:
11
.github/workflows/pypi.yml
vendored
11
.github/workflows/pypi.yml
vendored
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -1 +1 @@
|
||||
version = '1.4.2'
|
||||
version = '1.4.3'
|
||||
|
||||
Reference in New Issue
Block a user