Skip to content

Commit

Permalink
Removed success check from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EdyVision committed Jun 18, 2023
1 parent 48f9e93 commit 41f2f36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
draft: false
prerelease: false
- name: Publish to PyPI
if: steps.release_snapshot.outcome == 'success'
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PII_CODEX_PYPI_TOKEN }}
run: poetry publish

0 comments on commit 41f2f36

Please sign in to comment.