Skip to content

Commit

Permalink
das-node-29: scritps typo
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 7, 2024
1 parent 3cc5d9d commit 3982957
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
uses: actions/checkout@v4

- name: Build (Docker Image)
run: ./script/docker_image_build.sh
run: ./scripts/docker_image_build.sh

- name: Build (Bazel)
run: ./script/build.sh
run: ./scripts/build.sh

- name: Build and publish pypi
run: ./script/container_tty.sh cat<<EOF
run: ./scripts/container_tty.sh cat<<EOF
pip install .
pip install twine
twine upload dist/* --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} --non-interactive
Expand Down

0 comments on commit 3982957

Please sign in to comment.