Skip to content

Commit

Permalink
updated secret
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Oct 22, 2024
1 parent 13cc92e commit 2160c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Publish new version on PyPI
run: |
poetry build
poetry publish --username __token__ --password ${{ secrets.ADMIN_PYPI_TOKEN }}
poetry publish --username __token__ --password ${{ secrets.PYPI_TOKEN }}
- name: Notify Deployment
run: echo "Version ${{ env.VERSION }} as been published on PyPI with release ${{ github.ref }}"

0 comments on commit 2160c5f

Please sign in to comment.