Skip to content

Commit

Permalink
das-node-29: publish pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 8, 2024
1 parent 3982957 commit 2b30e97
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
run: ./scripts/build.sh

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

0 comments on commit 2b30e97

Please sign in to comment.