Merge pull request 'bugfix: agregar setup previo a ejecucion de git tag' (#8) from feature/add-publish-pypi-package-workflow into main

Reviewed-on: #8
This commit is contained in:
jt
2026-07-09 01:21:35 +00:00
+4 -2
View File
@@ -13,9 +13,11 @@ jobs:
with: with:
fetch-depth: 10 fetch-depth: 10
- name: Show git log - name: Configure git
run: | run: |
git log --oneline --graph -10 git config --global user.name "gitea-actions"
git config --global user.email "actions@git.jonathanteran.dev"
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: "Set up Python" - name: "Set up Python"
uses: actions/setup-python@v5 uses: actions/setup-python@v5