From 9d34c0ebdb6997015dde3050a6e9891dfcc3a3d6 Mon Sep 17 00:00:00 2001 From: Shohei KAMON Date: Sun, 27 Apr 2025 01:07:21 +0800 Subject: [PATCH] update pypa/gh-action-pypi-publish, update pyproject.toml Signed-off-by: Shohei KAMON --- .github/workflows/pypi.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index e3688ce..1a0cf02 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -53,4 +53,4 @@ jobs: - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.11 + uses: pypa/gh-action-pypi-publish@v1.12 diff --git a/pyproject.toml b/pyproject.toml index e0e84c0..4e44d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pytest = "^8.3.5" types-toml = "^0.10.8.20240310" [build-system] -requires = ["setuptools>=61", "wheel"] +requires = ["setuptools>=65", "wheel"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]