diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 12bb9ab..7a553db 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: #- run: wget https://repo.anaconda.com/pkgs/misc/conda-execs/conda-latest-${{ matrix.platform }}.exe -O conda.exe - run: constructor ${{ matrix.name }} --platform ${{ matrix.platform }} #--conda-exe ./conda.exe env: - VERSION: 2.2.4 + VERSION: 2.2.5 CUDA_VERSION: ${{ matrix.cuda }} CONDA_OVERRIDE_CUDA: ${{ matrix.cuda }} - run: export NAME=`ls deepmd-kit-*.sh` && split -a 1 -d -n 2 ${NAME} ${NAME}. && rm deepmd-kit-*.sh @@ -47,10 +47,10 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: files: deepmd-kit-*.sh* - tag_name: v2.2.4 + tag_name: v2.2.5 repository: deepmodeling/deepmd-kit prerelease: false - name: v2.2.4 + name: v2.2.5 append_body: true env: GITHUB_TOKEN: ${{ secrets.DEEPMD_GITHUB_TOKEN }}