mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
remove http-basic config for poetry (shouldn't be used anymore)
This commit is contained in:
parent
68e72958b8
commit
c3a8453e94
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
@ -70,7 +70,8 @@ jobs:
|
|||
git push origin develop --tags
|
||||
|
||||
- name: Deploy to PyPI
|
||||
env:
|
||||
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
|
||||
run: |
|
||||
poetry config http-basic.pypi "__token__" "${POETRY_PYPI_TOKEN_PYPI}"
|
||||
poetry publish --build
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue