Skip to content

Commit

Permalink
chore: pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
z2z63 committed Jun 22, 2024
1 parent 95a3017 commit f627b94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pypi-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
uses: pypa/gh-action-pypi-publish@release/v1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f627b94

Please sign in to comment.