Skip to content

Commit 26f55c2

Browse files
authored
Update publish deps (#4383)
* add installation of build package for publish * install build directly
1 parent c9a8047 commit 26f55c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2020
with:
2121
python-version: "3.10"
22+
- name: Install required Python packages
23+
run: |
24+
python -m pip install --upgrade pip
25+
python -m pip install build
2226
- name: Build sdist
2327
run: python -m build --sdist
2428
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ ci_tox = [
9393
"tox==4.25.0",
9494
]
9595

96-
ci_publish = [
97-
"build==1.2.2.post1",
98-
]
99-
10096
ci_benchmark = [
10197
"pandas<2.3", # To avoid conflict with nncf==2.9.0
10298
"matplotlib==3.10.1",

0 commit comments

Comments
 (0)