Compare commits

..

1 Commits

Author SHA1 Message Date
zhou 02539d60fd bump version to 0.3.2
Release / Build, Publish & Release (push) Failing after 1m40s
2026-07-04 10:50:37 +08:00
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -27,14 +27,14 @@ jobs:
run: uv build
- name: Publish to pypi
run: uv publish --token '${{ secrets.PYPI_TOKEN }}'
run: uv publish --token '${{ secrets.PYPI_API_TOKEN }}'
- name: Create Gitea Release & Upload Assets
env:
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG_NAME: ${{ github.ref_name }}
REPO: ${{ github.repository }}
GITEA_URL: http://10.0.16.16:3000
GITEA_URL: http://gitea:3000
run: |
set -e
# 1. 创建 Release
+1 -1
View File
@@ -21,7 +21,7 @@ license = { text = "MIT" }
name = "pyflowx"
readme = "README.md"
requires-python = ">=3.8"
version = "0.3.4"
version = "0.3.2"
[project.scripts]
autofmt = "pyflowx.cli.autofmt:main"
+1 -1
View File
@@ -100,7 +100,7 @@ from .task import (
task_template,
)
__version__ = "0.4.4"
__version__ = "0.4.2"
__all__ = [
"IS_LINUX",
Generated
+1 -1
View File
@@ -2736,7 +2736,7 @@ wheels = [
[[package]]
name = "pyflowx"
version = "0.3.2"
version = "0.3.1"
source = { editable = "." }
dependencies = [
{ name = "graphlib-backport", marker = "python_full_version < '3.9'" },