We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376106f commit 7454331Copy full SHA for 7454331
1 file changed
.github/workflows/pack-pip.yml
@@ -16,18 +16,6 @@ defaults:
16
shell: bash
17
18
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
-
31
build-wheel:
32
name: Build wheel
33
runs-on: ${{ matrix.os }}
@@ -65,7 +53,7 @@ jobs:
65
53
publish:
66
54
if: github.ref_type == 'tag' && github.repository_owner == 'KhiopsML'
67
55
name: Publish to Test.PyPI.org
68
- needs: [build-sdist, build-wheel]
56
+ needs: [build-wheel]
69
57
runs-on: ubuntu-latest
70
58
environment:
71
59
name: ${{ inputs.python_repository}}
0 commit comments