From 8d63e996356c32d918b11f4a1a6658e22ee246aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Wed, 11 Sep 2024 17:25:49 +0200 Subject: [PATCH] MNT: simplify setup-uv usage following 2.1.1 release --- .github/workflows/test.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddfb200..9e79aff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,6 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: | @@ -87,7 +86,6 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Run mypy run: | @@ -108,7 +106,6 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - github-token: ${{ secrets.GITHUB_TOKEN }} - name: Build run: | @@ -133,7 +130,6 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - github-token: ${{ secrets.GITHUB_TOKEN }} - run: uvx check-manifest build-artifacts: @@ -145,7 +141,6 @@ jobs: - uses: astral-sh/setup-uv@v2 with: enable-cache: true - github-token: ${{ secrets.GITHUB_TOKEN }} - run: uv build - run: uvx twine check dist/*