From be01e8649fe32f40dc4ee55aeb803af84deab55e Mon Sep 17 00:00:00 2001 From: Matt VanEseltine Date: Wed, 10 Jul 2024 21:01:21 -0400 Subject: [PATCH] Minor tweaks into 0.9.2 --- .github/workflows/python-publish.yml | 11 +++++++---- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index de486d2..63aed7c 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -7,11 +7,14 @@ # To get a newer version, you will need to update the SHA. # You can also reference a tag or branch, but the action may change without warning. -name: Upload to PyPI (Release) +name: Upload to PyPI -# Trigger this workflow by manually running this action -# https://github.com/vaneseltine/ash-williams/actions -on: workflow_dispatch +# Trigger this workflow by creating a manual release +# https://github.com/vaneseltine/ash-williams/releases/new +on: + release: + types: + - published permissions: contents: read diff --git a/pyproject.toml b/pyproject.toml index ffc0f7d..108fb7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ash-williams" authors = [{ name = "Matt VanEseltine", email = "matvan@umich.edu" }] description = "Hunting Deadites in the references" dynamic = ["dependencies", "readme"] -version = "0.9.1" +version = "0.9.2" requires-python = ">=3.10" # PEP 604 allowed writing union types as X | Y in 3.10+ classifiers = [ "Development Status :: 3 - Alpha",