Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 791e4a0

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎.github/workflows/force-release.yml

Copy file name to clipboardExpand all lines: .github/workflows/force-release.yml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.