Skip to content

Commit 8647a18

Browse files
author
Vish Devarajan
committed
Version Changed
1 parent b8b2aec commit 8647a18

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
needs: release
3030
if: ${{ needs.release.outputs.release_created == 'true' }}
3131
runs-on: ubuntu-latest
32+
environment:
33+
name: pypi
3234

3335
steps:
3436
- name: Check out repository
@@ -51,5 +53,4 @@ jobs:
5153
- name: Publish to PyPI
5254
uses: pypa/gh-action-pypi-publish@release/v1
5355
with:
54-
password: ${{ secrets.PYPI_TOKEN }}
5556
packages-dir: dist/

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 = "vpdeva-blackwall-llm-shield-python"
7-
version = "0.6.3"
7+
version = "0.6.4"
88
description = "Open-source Python enterprise LLM protection toolkit for Python services"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)