Skip to content

Commit 9c3ea18

Browse files
committed
release: v4.0.0
1 parent 329f200 commit 9c3ea18

3 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/Release.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,14 @@ name: Release
22

33
on:
44
workflow_dispatch:
5+
push:
6+
tags:
7+
- "v*"
58

69
env:
710
GITHUB_ACTIONS: true
811

912
jobs:
10-
setup:
11-
runs-on: ubuntu-latest
12-
outputs:
13-
DATE: ${{ steps.get_date.outputs.DATE }}
14-
steps:
15-
- name: Get current date
16-
id: get_date
17-
run: echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
18-
1913
build:
2014
strategy:
2115
matrix:
@@ -63,7 +57,7 @@ jobs:
6357
path: dist/Final2x-core/*.7z
6458

6559
github:
66-
needs: [setup, build]
60+
needs: [build]
6761
runs-on: ubuntu-latest
6862
steps:
6963
- uses: actions/download-artifact@v4
@@ -80,8 +74,6 @@ jobs:
8074
- name: Create Release and Upload Release Asset
8175
uses: softprops/action-gh-release@v2
8276
with:
83-
name: Release ${{ needs.setup.outputs.DATE }}
84-
tag_name: ${{ needs.setup.outputs.DATE }}
8577
files: dist/*
8678

8779
pypi:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ license = "BSD-3-Clause"
4242
name = "Final2x_core"
4343
readme = "README.md"
4444
requires-python = ">=3.9, <4"
45-
version = "3.2.0"
45+
version = "4.0.0"
4646

4747
[project.scripts]
4848
Final2x-core = "Final2x_core.__main__:main"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)