Skip to content

Commit 5e524e0

Browse files
committed
disable pypi build for now, I dont think pyrs needs it
1 parent 190e507 commit 5e524e0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/package.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
manifest-path: pyproject.toml
2323
- name: Build python wheel # cannot be used without mantid
2424
run: pixi run build-wheel
25-
- name: build pypi package
26-
run: |
27-
pixi run build-pypi
25+
# We dont need pypi for now
26+
# - name: build pypi package
27+
# run: |
28+
# pixi run build-pypi
2829
- name: build conda package
2930
run: |
3031
pixi run build-conda

0 commit comments

Comments
 (0)