Skip to content

Commit

Permalink
ci: Reenable pypi deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Jul 16, 2024
1 parent 943477f commit c7b849b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
environment: deployment
runs-on: ubuntu-latest
needs: release-please
# if: ${{ needs.release-please.outputs.release_created }}
if: ${{ needs.release-please.outputs.release_created }}
steps:
- uses: actions/checkout@v3
- name: Set up Python
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
# if: ${{ needs.release-please.outputs.release_created }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
Expand Down

0 comments on commit c7b849b

Please sign in to comment.