Skip to content

Commit

Permalink
ci: temporary remove condition to publish into PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
luizdesuo committed Oct 11, 2024
1 parent 5c7a9ef commit 2620d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
# if: steps.release.outputs.released == 'true'
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
# if: steps.release.outputs.released == 'true'
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2620d59

Please sign in to comment.