Skip to content

Commit

Permalink
cicd - Update sequence_publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Nov 18, 2024
1 parent 0fd09ec commit 1593e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sequence_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
python -m venv $UNIQUE_VENV_PATH
source $UNIQUE_VENV_PATH/bin/activate
cd pkgs/swarmauri_core
cd pkgs/core
poetry install --no-cache -vv --all-extras
poetry build
poetry publish --username __token__ --password "${{ secrets.DANGER_MASTER_PYPI_API_TOKEN }}"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
run: |
python -m venv $UNIQUE_VENV_PATH
source $UNIQUE_VENV_PATH/bin/activate
cd pkgs/swarmauri_community
cd pkgs/community
poetry install --no-cache -vv --all-extras
poetry build
poetry publish --username __token__ --password "${{ secrets.DANGER_MASTER_PYPI_API_TOKEN }}"
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
run: |
python -m venv $UNIQUE_VENV_PATH
source $UNIQUE_VENV_PATH/bin/activate
cd pkgs/swarmauri_experimental
cd pkgs/experimental
poetry install --no-cache -vv --all-extras
poetry build
poetry publish --username __token__ --password "${{ secrets.DANGER_MASTER_PYPI_API_TOKEN }}"
Expand Down

0 comments on commit 1593e33

Please sign in to comment.