diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5a331b3..6d7fe32 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -8,12 +8,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup, Python 3.12 + - name: Setup Python uses: actions/setup-python@v5 with: python-version: "3.12" architecture: x64 - - name: Deploy with Python 3.12 + - name: Deploy env: POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }} run: |