Skip to content

Commit

Permalink
fix release (#123)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
Leonz5288 authored Nov 22, 2021
1 parent a4783ed commit e15abbd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
workflow_dispatch:

env:
PROD_PWD: ${{ secrets.PYPI_PWD_PROD }}
NIGHT_PWD: ${{ secrets.PYPI_PWD_NIGHTLY }}
PROD_PWD: asdf
NIGHT_PWD: ghjk
METADATA_USERNAME: ${{ secrets.METADATA_USERNAME }}
METADATA_PASSWORD: ${{ secrets.METADATA_PASSWORD }}
METADATA_URL: ${{ secrets.METADATA_URL }}
METADATA_URL: llll

jobs:
add_version_to_database:
Expand Down Expand Up @@ -91,6 +91,7 @@ jobs:
docker create --user dev --name taichi_test --gpus all -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix registry.taichigraphics.com/taichidev-ubuntu18.04:v0.1.1 /home/dev/unix_docker_test.sh $PY $GPU_TEST
docker cp .github/workflows/scripts/unix_docker_test.sh taichi_test:/home/dev/unix_docker_test.sh
docker cp wheel/*.whl taichi_test:/home/dev/
docker cp ./requirements_test.txt taichi_test:/home/dev/requirements_test.txt
docker start -a taichi_test
env:
PY: ${{ matrix.conda_python }}
Expand Down

0 comments on commit e15abbd

Please sign in to comment.