diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 599861a1..7f1c1aa8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,7 +2,7 @@ name: Release on: workflow_dispatch: - pull_request: + push: branches: [ master ] permissions: diff --git a/pyproject.toml b/pyproject.toml index a12a0ca4..2e3bf91e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,8 @@ readme = "README.md" license = "Apache-2.0" license-files = ["LICENSE"] authors = [ - {name = "Isaac Murchie", email = "isaac@saucelabs.com"}, + {name = "Kazuaki Matsuo", email = "kazucocoa1117@gmail.com"}, + {name = "Isaac Murchie"}, ] maintainers = [ {name = "Kazuaki Matsuo"}, @@ -21,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", "Environment :: Console", "Topic :: Software Development :: Testing", ]