Skip to content

Commit 791e4a0

Browse files
author
Joan Fontanals
authored
ci: update release procedure (#1869)
1 parent e4665e9 commit 791e4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/force-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
pip install poetry
4444
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"
4545
env:
46-
PYPI_USERNAME: ${{ secrets.TWINE_USERNAME }}
47-
PYPI_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
46+
TWINE_USERNAME: __token__
47+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
4848
JINA_SLACK_WEBHOOK: ${{ secrets.JINA_SLACK_WEBHOOK }}
4949
- if: failure()
5050
run: echo "nothing to release"

0 commit comments

Comments
 (0)