Skip to content

Commit

Permalink
ci: remove github release (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Dec 27, 2023
2 parents 199ed12 + 15d0df0 commit 941f587
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,3 @@ jobs:
# This action supports PyPI's trusted publishing implementation, which allows authentication to PyPI without a manually
# configured API token or username/password combination. To perform trusted publishing with this action, your project's
# publisher must already be configured on PyPI.

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.PAT }}

0 comments on commit 941f587

Please sign in to comment.