Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harinlee0803 authored Dec 4, 2024
1 parent 33fe8a1 commit d09ae4c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: python -m build
- name: Publish PyPi package
uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish GitHub release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.tar.gz"
# - name: Publish GitHub release
# uses: ncipollo/release-action@v1
# with:
# artifacts: "dist/*.tar.gz"

0 comments on commit d09ae4c

Please sign in to comment.