We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0120eb8 commit dbc2b9fCopy full SHA for dbc2b9f
.github/workflows/test.yml
@@ -108,10 +108,10 @@ jobs:
108
NO_COLOR: 1
109
steps:
110
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
111
- - run: pipx install hatch
+ - uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
112
- name: Get package version
113
id: package-version
114
- run: echo "version=$(hatch version)" >> $GITHUB_OUTPUT
+ run: echo "version=$(uvx hatch version)" >> $GITHUB_OUTPUT
115
- uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
116
- name: Build and push
117
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
0 commit comments