From 84e8f5e8aaaf50d7cde6b6883adff92aa66eeedd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=B5=84=E2=B5=8E=E2=B5=89=E2=B5=94=E2=B5=93=E2=B5=9B=20?= =?UTF-8?q?=E2=B4=B0=E2=B5=8E=E2=B4=B0=E2=B5=A3=E2=B5=89=E2=B5=96?= Date: Wed, 29 Nov 2023 18:40:29 +0100 Subject: [PATCH] fix(release): use pypi secret. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 06d1b09..a092b2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,4 +39,5 @@ jobs: - run: cd found && make init - run: cd found && poetry run python readme.py - run: cd found && poetry run make check + - run: poetry config pypi-token.pypi ${{ secrets.PYPI }} - run: cd found && poetry publish --build