Skip to content

Commit

Permalink
Delete redundant sdists
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
shBLOCK committed Sep 10, 2023
1 parent 071f660 commit 741d705
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,9 @@ jobs:
name: dists
path: dist

- name: Delete redundant sdists
shell: pwsh
run: rm dist/*.zip

- name: Upload
uses: pypa/[email protected]
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ requires = ["setuptools", "cython"]

[project]
name = "gdmath"
version = "1.0"
version = "1.1"
description = "GdMath: a fast math library for game development"
readme = "README.md"
requires-python = ">= 3.7"
requires-python = ">= 3.9"
license = {file = "LICENSE.txt"}
authors = [{name = "shBLOCK", email = "[email protected]"}]
keywords = ["vector", "gamedev", "linear algebra", "math library", "math", "game development"]
Expand All @@ -18,6 +18,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 741d705

Please sign in to comment.