Merge pull request 'bugfix: agrego fetch-depth a checkout' (#6) from feature/add-publish-pypi-package-workflow into main

Reviewed-on: #6
This commit is contained in:
jt
2026-07-09 01:08:20 +00:00
+2
View File
@@ -10,6 +10,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Show git log
run: |