Skip to content

Commit

Permalink
Minor tweaks into 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vaneseltine committed Jul 11, 2024
1 parent 87a5da9 commit be01e86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit be01e86

Please sign in to comment.