Skip to content

Commit 1b286e8

Browse files
committed
Release v1.0.6
1 parent a707602 commit 1b286e8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
run: twine check dist/*
3636

3737
- name: Publish to PyPI
38-
uses: pypa/gh-action-pypi-publish@v1.13.0
38+
uses: pypa/gh-action-pypi-publish@v1.13.0
39+
with:
40+
verbose: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "agent-action-guard"
7-
version = "1.0.5"
7+
version = "1.0.6"
88
description = "Runtime classifier for screening AI agent actions as safe, harmful, or unethical."
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = "CC-BY-4.0"

0 commit comments

Comments
 (0)