From c3c54a08aaccb925a075ea8950e955af11c20dc0 Mon Sep 17 00:00:00 2001 From: AlexanderJuestel Date: Sun, 5 Nov 2023 12:01:11 +0100 Subject: [PATCH] EditFiles --- .github/workflows/pypi_release.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 08448b74..a34deb58 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -13,14 +13,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - # Need the tags so that setuptools-scm can form a valid version number - - name: Fetch git tags - run: git fetch origin 'refs/tags/*:refs/tags/*' - - name: Set up Python - uses: actions/setup-python@v2 - with: - python-version: '3.x' + - uses: actions/checkout@v2 + # Need the tags so that setuptools-scm can form a valid version number + - name: Fetch git tags + run: git fetch origin 'refs/tags/*:refs/tags/*' + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: '3.x' - name: Install dependencies run: | python -m pip install --upgrade pip