Merge pull request 'bugfix: agrego log de git luego del checkout' (#5) from feature/add-publish-pypi-package-workflow into main

Reviewed-on: #5
This commit is contained in:
jt
2026-07-09 01:06:41 +00:00
+4
View File
@@ -11,6 +11,10 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Show git log
run: |
git log --oneline --graph -10
- name: "Set up Python"
uses: actions/setup-python@v5
with: