Skip to content

Commit 3508b24

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-4.6.0
2 parents c353526 + 6bb4998 commit 3508b24

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
* @oleksandr-pavlyk
2-
* @ekomarova
3-
* @xaleryb
1+
* @vtavana @ndgrigorian @antonwolfy @xaleryb @ekomarova

.github/workflows/conda-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: actions/[email protected]
5757
with:
5858
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
59-
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.tar.bz2
59+
path: /usr/share/miniconda/conda-bld/linux-64/${{ env.PACKAGE_NAME }}-*.conda
6060

6161
build_windows:
6262
runs-on: windows-2019
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/[email protected]
9595
with:
9696
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
97-
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
97+
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.conda
9898

9999
test_linux:
100100
needs: build_linux
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
mkdir -p $GITHUB_WORKSPACE/channel/linux-64
124124
conda index $GITHUB_WORKSPACE/channel || exit 1
125-
mv ${PACKAGE_NAME}-*.tar.bz2 $GITHUB_WORKSPACE/channel/linux-64 || exit 1
125+
mv ${PACKAGE_NAME}-*.conda $GITHUB_WORKSPACE/channel/linux-64 || exit 1
126126
conda index $GITHUB_WORKSPACE/channel || exit 1
127127
# Test channel
128128
conda search $PACKAGE_NAME -c $GITHUB_WORKSPACE/channel --override-channels --info --json > $GITHUB_WORKSPACE/ver.json
@@ -191,7 +191,7 @@ jobs:
191191
- name: Create conda channel
192192
run: |
193193
mkdir ${{ env.GITHUB_WORKSPACE }}\channel\win-64
194-
move ${{ env.PACKAGE_NAME }}-*.tar.bz2 ${{ env.GITHUB_WORKSPACE }}\channel\win-64
194+
move ${{ env.PACKAGE_NAME }}-*.conda ${{ env.GITHUB_WORKSPACE }}\channel\win-64
195195
conda index ${{ env.GITHUB_WORKSPACE }}/channel
196196
# Test channel
197197
conda search ${{ env.PACKAGE_NAME }} -c ${{ env.GITHUB_WORKSPACE }}/channel --override-channels --info --json > ${{ env.GITHUB_WORKSPACE }}\ver.json

conda-recipe/meta.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,6 @@ about:
5252

5353
extra:
5454
recipe-maintainers:
55-
- oleksandr-pavlyk
55+
- ekomarova
56+
- vtavana
57+
- xaleryb

0 commit comments

Comments
 (0)