We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b2aec commit 8647a18Copy full SHA for 8647a18
2 files changed
.github/workflows/release.yml
@@ -29,6 +29,8 @@ jobs:
29
needs: release
30
if: ${{ needs.release.outputs.release_created == 'true' }}
31
runs-on: ubuntu-latest
32
+ environment:
33
+ name: pypi
34
35
steps:
36
- name: Check out repository
@@ -51,5 +53,4 @@ jobs:
51
53
- name: Publish to PyPI
52
54
uses: pypa/gh-action-pypi-publish@release/v1
55
with:
- password: ${{ secrets.PYPI_TOKEN }}
56
packages-dir: dist/
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "vpdeva-blackwall-llm-shield-python"
7
-version = "0.6.3"
+version = "0.6.4"
8
description = "Open-source Python enterprise LLM protection toolkit for Python services"
9
readme = "README.md"
10
requires-python = ">=3.9"
0 commit comments