Skip to content

Commit

Permalink
Update release with build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
evilmarty committed Jun 29, 2024
1 parent da5c6f1 commit 339ee07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ jobs:
pip install .[build]
- name: Build package
run: hatch build
- name: Update release
uses: softprops/action-gh-release@v2
with:
tag_name: "${{github.event.release.tag_name}}"
fail_on_unmatched_files: true
files: |
dist/**
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 339ee07

Please sign in to comment.