Skip to content

Commit

Permalink
chore: create github release in cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 074739f commit 9f08208
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ jobs:
- name: Upload package to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

# # Upload to GitHub Releases.
# release-github:
# name: Publish package distributions to GitHub Releases
# if: steps.semantic-release.outputs.released == 'true'
# # if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
# needs: [semantic-release, build-package]
# uses: python-semantic-release/upload-to-gh-release@main
# Upload to GitHub Releases.
release-github:
name: Publish package distributions to GitHub Releases
if: steps.semantic-release.outputs.released == 'true'
# if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
needs: [semantic-release, build-package]
uses: python-semantic-release/upload-to-gh-release@main

0 comments on commit 9f08208

Please sign in to comment.