From f73933ea6f613f9b6834c3ab78db61456e588cc5 Mon Sep 17 00:00:00 2001 From: hminaee-tc Date: Thu, 13 Jun 2024 12:43:16 -0300 Subject: [PATCH] feat/intial-v update names --- .github/workflows/publish-to-pypi.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 07f3be5..2d32e53 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -23,10 +23,15 @@ jobs: with: python-version: 3.11 - - name: Set up Git user - run: | - git config --global user.email "hminaee-tc" - git config --global user.name "hminaee@tucows.com" + # - name: Set up Git user + # run: | + # git config --global user.email "hminaee-tc" + # git config --global user.name "hminaee@tucows.com" + + - uses: actions/checkout@v2 + with: + persist-credentials: false + fetch-depth: 0 - name: Install bump2version run: pip install bump2version