Skip to content

Commit

Permalink
Run the publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo385 committed Aug 29, 2024
1 parent 9df30b1 commit 5222aaa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/setup-python@v4
- uses: yezz123/setup-uv@v4
# Build the distribution
- run: uvx hatch build
#- name: Publish package distributions to PyPI
#uses: pypa/gh-action-pypi-publish@release/v1
- name: Build lazy-github distribution
run: uvx hatch build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5222aaa

Please sign in to comment.