From 109d5ca3a8b438e3ea0bd9f471e9e37984563380 Mon Sep 17 00:00:00 2001 From: Vincent Auriau Date: Sun, 19 Nov 2023 19:03:59 +0100 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eaa63ca..8a2dd76 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,11 +11,11 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v3 with: - python-version: "3.6" + python-version: "3.x" - name: Install dependencies run: | python -m pip install --upgrade pip @@ -26,4 +26,4 @@ jobs: env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} - run: twine upload dist/* \ No newline at end of file + run: twine upload dist/*