From a11d62a8932f862da7b3fd299b760c5d1787601e Mon Sep 17 00:00:00 2001 From: noscode Date: Tue, 19 Sep 2023 21:57:00 +0200 Subject: [PATCH] test --- .github/workflows/publication_to_pypi.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publication_to_pypi.yml b/.github/workflows/publication_to_pypi.yml index 7a7abfde..df70d950 100644 --- a/.github/workflows/publication_to_pypi.yml +++ b/.github/workflows/publication_to_pypi.yml @@ -20,13 +20,13 @@ jobs: python-version: 3.8 if: github.repository_owner == 'ctlab' - #- name: Check out src from Git - # uses: actions/checkout@v2 - #- name: Get history and tags for SCM versioning to work - # run: | - # git fetch --prune --unshallow - # git fetch --depth=1 origin +refs/tags/*:refs/tags/* - # if: github.repository_owner == 'ctlab' + - name: Check out src from Git + uses: actions/checkout@v4 + - name: Get history and tags for SCM versioning to work + run: | + git fetch --prune --unshallow + git fetch --depth=1 origin +refs/tags/*:refs/tags/* + if: github.repository_owner == 'ctlab' - name: Install GADMA and its dependencies. run: |