Skip to content

Commit

Permalink
chore: fix publishing package to github (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 31, 2024
1 parent 58b0845 commit 0501abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref_name }}

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@v9.8.6
with:
Expand Down

0 comments on commit 0501abc

Please sign in to comment.