Skip to content

Commit

Permalink
chore: removes redundant PyPI publishing step
Browse files Browse the repository at this point in the history
Removes the redundant `pypa/gh-action-pypi-publish` step from the release workflow.
  • Loading branch information
ivansaul committed Nov 23, 2024
1 parent 4097af9 commit 2c63fba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ jobs:
git_committer_name: "github-actions"
git_committer_email: "[email protected]"

- name: Publish | Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'

- name: Publish | Upload to GitHub Release Assets
uses: python-semantic-release/[email protected]
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 2c63fba

Please sign in to comment.