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 c9a8047 commit 26f55c2Copy full SHA for 26f55c2
.github/workflows/publish.yaml
@@ -19,6 +19,10 @@ jobs:
19
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
20
with:
21
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
26
- name: Build sdist
27
run: python -m build --sdist
28
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
pyproject.toml
@@ -93,10 +93,6 @@ ci_tox = [
93
"tox==4.25.0",
94
]
95
96
-ci_publish = [
97
- "build==1.2.2.post1",
98
-]
99
-
100
ci_benchmark = [
101
"pandas<2.3", # To avoid conflict with nncf==2.9.0
102
"matplotlib==3.10.1",
0 commit comments