Skip to content

Commit

Permalink
Fix workflow for tellurium.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Oct 10, 2024
1 parent 8812a30 commit d95f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
# Create PyPI release
#############################################
- name: Create PyPI release
if: steps.check-new-release.outputs.needDeploy == 'true'
if: steps.determine-if-release-needed.outputs.release == '1'
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
Expand Down

0 comments on commit d95f8c3

Please sign in to comment.