From 3a754f34cdaa8637fe54055223def9b3b3e37964 Mon Sep 17 00:00:00 2001 From: koladev Date: Thu, 23 May 2024 03:35:16 +0100 Subject: [PATCH] :pencil2: fix typos --- .github/workflows/ci-cd-live.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd-live.yml b/.github/workflows/ci-cd-live.yml index c270529..b82e67a 100644 --- a/.github/workflows/ci-cd-live.yml +++ b/.github/workflows/ci-cd-live.yml @@ -34,6 +34,8 @@ jobs: name: Build and publish Python 🐍 distributions 📦 to PyPI needs: [ test ] runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@master - name: Set up Python 3.11 @@ -54,7 +56,4 @@ jobs: --wheel --outdir dist/ - name: Publish distribution 📦 to PyPI - if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@release/v1 - with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file