Skip to content

Commit

Permalink
Check tag if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 2, 2023
1 parent e1e5efd commit bcaa0f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
url: https://pypi.org/p/pyfracgen
permissions:
id-token: write
if: ${{ github.event.workflow_run.conclusion == 'success' }} && startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Load cached poetry install
- name: Load cached poetry
id: cached-poetry
uses: actions/cache@v3
with:
Expand Down

0 comments on commit bcaa0f1

Please sign in to comment.