Skip to content

Commit 3fa68c1

Browse files
authored
build: install hatch to dependency-coversion build (#9)
As with the vcs-tunable workflow, we need to install hatch before building with it.
1 parent 6976a79 commit 3fa68c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-hatch-dependency-coversion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
environment:
1111
name: hatch-dependency-coversion-pypi-release
12-
url: https://pypi.org/p/hatch-dependency-tunable
12+
url: https://pypi.org/p/hatch-dependency-coversion
1313
permissions:
1414
id-token: write
1515
steps:
1616
- name: Fetch source for package build
1717
uses: actions/checkout@v3
1818
- name: Build distribution
1919
run: |
20+
python -m pip install hatch
2021
hatch build
2122
working-directory:
2223
hatch-dependency-coversion

0 commit comments

Comments
 (0)