Skip to content

Commit

Permalink
update pypi credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Dec 6, 2023
1 parent 6e8ae40 commit f77a9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Build with skaffold
run: ./skaffold build --profile release --file-output=container-ids.json --tag='${{env.RELEASE_VER}}'


- name: Save artifact with tags of built containers
uses: actions/upload-artifact@v2
Expand All @@ -90,7 +90,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.0
poetry config virtualenvs.create false
poetry install --extras "all"
poetry publish --build -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PASS }}
poetry publish --build -u ${{ secrets.PYPI_ACCOUNT_TOKEN }} -p ${{ secrets.PYPI_PROJECT_TOKEN }}
- name: Save artifact with helm chart
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f77a9aa

Please sign in to comment.