Skip to content

Commit

Permalink
Fix the pipx command in the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Dec 4, 2024
1 parent bafb23a commit 006d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build package
run: pipx hatch build
run: pipx run hatch build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

3 comments on commit 006d3c3

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have requested the builder permissions for the @teemtee/stable Copr project.

Please confirm the request on the @teemtee/stable Copr project permissions page and retrigger the build by clicking on a Re-run button or with a /packit build pull-request comment (for builds in pull-requests).

@psss
Copy link
Collaborator Author

@psss psss commented on 006d3c3 Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/packit build

@psss
Copy link
Collaborator Author

@psss psss commented on 006d3c3 Dec 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/packit build --release 1.5.0

Please sign in to comment.