Skip to content

Commit

Permalink
Merge pull request #28 from njzjz/v2.2.4
Browse files Browse the repository at this point in the history
v2.2.4
  • Loading branch information
njzjz authored Sep 1, 2023
2 parents c6c19a9 + 7f55e2b commit fbe68e5
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.3
VERSION: 2.2.4
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.3
tag_name: v2.2.4
repository: deepmodeling/deepmd-kit
prerelease: false
name: v2.2.3
name: v2.2.4
append_body: true
env:
GITHUB_TOKEN: ${{ secrets.DEEPMD_GITHUB_TOKEN }}

0 comments on commit fbe68e5

Please sign in to comment.