Skip to content

Commit c75e48b

Browse files
committed
[DEVOPS-584] removing pixi build. Can still use poetry build
Can possibly move to hatch or uv later. Building the pypi package does not rely on pixi, even if pixi can be used to define a build environment or a task
1 parent 0697e0c commit c75e48b

2 files changed

Lines changed: 0 additions & 130 deletions

File tree

.github/workflows/reusable-python-build_pixi_package.yml

Lines changed: 0 additions & 115 deletions
This file was deleted.

.github/workflows/reusable-python-publish_pypi_package.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,6 @@ jobs:
7777
secrets:
7878
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
7979
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
80-
build_pixi_package:
81-
name: Build pixi package
82-
if: ${{ inputs.package-manager == 'pixi' && github.repository_owner == 'MiraGeoscience' }}
83-
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-build_pixi_package.yml@DEVOPS-584
84-
with:
85-
package-name: ${{ inputs.package-name }}
86-
python-version: ${{ inputs.python-version }}
87-
lfs: ${{ inputs.lfs }}
88-
version-tag: ${{ inputs.version-tag }}
89-
virtual-repo-names: ${{ inputs.virtual-repo-names }}
90-
os: ${{ inputs.os }}
91-
timeout-minutes: ${{ inputs.timeout-minutes }}
92-
secrets:
93-
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}
94-
JFROG_ARTIFACTORY_TOKEN: ${{ secrets.JFROG_ARTIFACTORY_TOKEN }}
9580
build_setuptools_package:
9681
name: Build setuptools package
9782
if: ${{ inputs.package-manager == 'setuptools' && github.repository_owner == 'MiraGeoscience' }}

0 commit comments

Comments
 (0)