Skip to content

Commit

Permalink
fix: fix pypi workflow
Browse files Browse the repository at this point in the history
fix: fix pypi workflow
  • Loading branch information
Ernst79 authored Jun 7, 2024
1 parent 4d985e9 commit 23111c9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,12 @@ jobs:
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1
if: steps.release.outputs.released == 'true'

- name: Publish package to GitHub Release
uses: python-semantic-release/[email protected]
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1
if: steps.release.outputs.released == 'true'
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

- name: Publish package to GitHub Release
uses: python-semantic-release/[email protected]
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.release.outputs.tag }}

0 comments on commit 23111c9

Please sign in to comment.