From f627b94a5fa345363a0df8938be5a238d275d691 Mon Sep 17 00:00:00 2001 From: z2z63 Date: Sun, 23 Jun 2024 00:06:14 +0800 Subject: [PATCH] chore: pypi release --- .github/workflows/pypi-upload.yaml | 4 +--- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pypi-upload.yaml b/.github/workflows/pypi-upload.yaml index f55d13f..8c9e6c9 100644 --- a/.github/workflows/pypi-upload.yaml +++ b/.github/workflows/pypi-upload.yaml @@ -63,6 +63,4 @@ jobs: path: dist/ - name: Publish release distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 - with: - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f0a6b1f..42b4779 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "VChat" -version = "0.0.1" +version = "1.0.0" authors = [ { name="z2z63", email="vituralfuture@gmail.com" }, ] description = "A wechat personal account interface" readme = "README.md" license = {text = "MIT License"} -requires-python = ">=3.8" +requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",