Skip to content

Commit 2eeefb0

Browse files
authored
Update build.yaml
1 parent b1681ff commit 2eeefb0

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ jobs:
3939
persist-credentials: false
4040

4141
- name: Setup Python
42-
<<<<<<< before updating
43-
uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
44-
=======
4542
uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7
46-
>>>>>>> after updating
4743
with:
4844
version: ${{ matrix.python-version }}
4945

@@ -83,20 +79,12 @@ jobs:
8379
run: make dist
8480

8581
- name: Test wheel
86-
<<<<<<< before updating
87-
uses: actions-ext/python/test-wheel@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
88-
=======
8982
uses: actions-ext/python/test-wheel@ec67f82b3bd863948308a41ecb9e70547cbb19c7
90-
>>>>>>> after updating
9183
with:
9284
module: hatch_cpp
9385

9486
- name: Test source distribution
95-
<<<<<<< before updating
96-
uses: actions-ext/python/test-sdist@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3
97-
=======
9887
uses: actions-ext/python/test-sdist@ec67f82b3bd863948308a41ecb9e70547cbb19c7
99-
>>>>>>> after updating
10088
with:
10189
module: hatch_cpp
10290

0 commit comments

Comments
 (0)