From 96e35669fc3d2a3a485c33f24053a959e9223e31 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:05:39 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/workflows/pypi.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index c2ddfc5f..ef88de06 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -12,7 +12,7 @@ jobs: environment: name: pypi url: https://pypi.org/p/eodatasets3 - steps: + steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 @@ -30,4 +30,3 @@ jobs: with: user: "__token__" password: ${{ secrets.PYPI_API_TOKEN }} -