Skip to content

Commit d8f1a84

Browse files
authored
Er.fix release workflow (#32)
* Removed success check from workflow * citation fixes
1 parent 48f9e93 commit d8f1a84

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
draft: false
5959
prerelease: false
6060
- name: Publish to PyPI
61-
if: steps.release_snapshot.outcome == 'success'
6261
env:
6362
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PII_CODEX_PYPI_TOKEN }}
6463
run: poetry publish

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"access_right": "open",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"creators": [
55
{
66
"orcid": "0000-0003-0665-098X",

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
given-names: Eidan J.
66
orcid: https://orcid.org/0000-0003-0665-098X
77
title: "pii-codex: a Python library for PII detection, categorization, and severity assessment"
8-
version: 0.4.4
8+
version: 0.4.5
99
doi: 10.5281/zenodo.7212576
1010
date-released: 2023-06-18

0 commit comments

Comments
 (0)