Skip to content

Commit 7454331

Browse files
chore: remove sdist generation
1 parent 376106f commit 7454331

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/pack-pip.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,6 @@ defaults:
1616
shell: bash
1717

1818
jobs:
19-
build-sdist:
20-
name: Build sdist
21-
runs-on: ubuntu-latest
22-
steps:
23-
- uses: actions/checkout@v6
24-
- run: pipx run build --sdist
25-
- uses: actions/upload-artifact@v6
26-
with:
27-
name: pkg-sdist
28-
path: dist/*.tar.gz
29-
if-no-files-found: error
30-
3119
build-wheel:
3220
name: Build wheel
3321
runs-on: ${{ matrix.os }}
@@ -65,7 +53,7 @@ jobs:
6553
publish:
6654
if: github.ref_type == 'tag' && github.repository_owner == 'KhiopsML'
6755
name: Publish to Test.PyPI.org
68-
needs: [build-sdist, build-wheel]
56+
needs: [build-wheel]
6957
runs-on: ubuntu-latest
7058
environment:
7159
name: ${{ inputs.python_repository}}

0 commit comments

Comments
 (0)