Skip to content

Commit

Permalink
Update runtime_pipeline_python_package_poetry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng authored Sep 27, 2021
1 parent d2de4f0 commit 245e332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runtime_pipeline_python_package_poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
rm -rf pipeline/tests
rm -rf pipeline/contrib/external_plugins/tests
poetry build -vvv
poetry config pypi-token.bamboo-pipeline ${{ secrets.PIPELINE_PYPI_TOKEN }}
poetry publish --repository bamboo-pipeline
poetry config pypi-token.pypi ${{ secrets.PIPELINE_PYPI_TOKEN }}
poetry publish

0 comments on commit 245e332

Please sign in to comment.