Skip to content

Commit 677180c

Browse files
authored
Updated notebook example (#43)
1 parent cb545a4 commit 677180c

File tree

3 files changed

+665
-174
lines changed

3 files changed

+665
-174
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
echo "Current version: ${{ env.TAG_NAME }}"
5353
- name: Tag and Release GitHub Snapshot
5454
id: release-snapshot
55+
if: ${{ github.event_name == 'workflow_dispatch' || env.LAST_RELEASE_VERSION != env.TAG_NAME }}
5556
uses: ncipollo/release-action@v1
5657
with:
5758
token: ${{ secrets.GITHUB_TOKEN }}
@@ -61,6 +62,7 @@ jobs:
6162
draft: false
6263
prerelease: false
6364
- name: Publish to PyPI
65+
if: ${{ github.event_name == 'workflow_dispatch' || env.LAST_RELEASE_VERSION != env.TAG_NAME }}
6466
env:
6567
TWINE_USERNAME: __token__
6668
TWINE_PASSWORD: ${{ secrets.PII_CODEX_PYPI_TOKEN }}

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ authors:
77
title: "pii-codex: a Python library for PII detection, categorization, and severity assessment"
88
version: 0.5.0
99
doi: 10.5281/zenodo.7212576
10-
date-released: 2025-08-24
10+
date-released: 2025-12-16

0 commit comments

Comments
 (0)