Skip to content

Commit

Permalink
ci: changes to python package build
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Nov 7, 2023
1 parent 31a9740 commit c3b30df
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@ jobs:
with:
fetch-depth: 0
- name: install pip
run: pip install -U pip setuptools
- name: install kiara
run: pip install -U -e .
- name: install 'build' package
run: pip install -U build
run: pip install -U pip setuptools setuptools_scm build wheel
# - name: install kiara
# run: pip install -U -e .
# - name: install 'build' package
# run: pip install -U build
- name: create packages
run: python -m build
- name: upload source package
Expand Down
3 changes: 3 additions & 0 deletions ci/conda/makkus.bases/conda-pkg-patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
channels:
- conda-forge
- dharpa
3 changes: 3 additions & 0 deletions ci/conda/makkus.multiformats-config/multiformats-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
channels:
- conda-forge
- dharpa
5 changes: 5 additions & 0 deletions ci/conda/makkus.multiformats/multiformats.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
channels:
- conda-forge
- dharpa
requirements:
multiformats-config: ""

0 comments on commit c3b30df

Please sign in to comment.