Skip to content

Commit 9af14cc

Browse files
committed
ci: fix build job dependency issues
1 parent 3f1209b commit 9af14cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
python -m pip install --upgrade pip
28-
python -m pip install setuptools==72.1.0 wheel==0.43.0 twine==5.1.1
27+
python -m pip install setuptools==72.1.0 wheel==0.43.0 twine==5.1.1 build==1.2.2.post1
2928
3029
- name: Extract tag name
3130
id: tag
32-
run: echo ::set-output name=TAG_NAME::${GITHUB_REF#refs/tags/}
31+
run: echo "TAG_NAME=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
3332

3433
- name: Update version in pykis/__env__.py
3534
run: |

0 commit comments

Comments
 (0)