diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b8fb97a..ba2575f 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -71,7 +71,7 @@ jobs: os: ["ubuntu-latest"] python-version: ["3.9", "3.10", "3.11", "3.12"] steps: - - uses: conda-incubator/setup-miniconda@v3 + - uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true python-version: ${{ matrix.python-version }} @@ -86,8 +86,8 @@ jobs: ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }} shell: bash -l {0} run: | - conda install -c conda-forge -c loop3d conda-build numpy scipy pandas geopandas shapely validators anaconda-client -y - conda build -c anaconda -c conda-forge -c loop3d --output-folder conda conda + conda install -c conda-forge conda-build numpy scipy pandas geopandas sqlite shapely validators anaconda-client -y + conda build -c anaconda -c conda-forge --output-folder conda conda conda convert -p all conda/linux-64/*.tar.bz2 -f -o conda conda install anaconda-client -y - name: upload artifacts