Skip to content

Commit

Permalink
update pypi user
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Dec 6, 2023
1 parent f77a9aa commit d8535ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_ACCOUNT_TOKEN }} -p ${{ secrets.PYPI_PROJECT_TOKEN }}
poetry publish --build -u __token__ -p ${{ secrets.PYPI_PROJECT_TOKEN }}
- name: Save artifact with helm chart
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d8535ca

Please sign in to comment.