Skip to content

Commit

Permalink
Merge pull request #29 from njzjz/v2.2.5
Browse files Browse the repository at this point in the history
v2.2.5
  • Loading branch information
njzjz authored Sep 27, 2023
2 parents fbe68e5 + 269055d commit 5cc528a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}

0 comments on commit 5cc528a

Please sign in to comment.