bugfix: change actions/checkout to v4 and add step to fetch tags #9

Merged
jt merged 1 commits from feature/change-flow-settings-in-local-config into main 2026-07-29 14:47:38 +00:00
Showing only changes of commit dc79ffa399 - Show all commits
+5 -4
View File
@@ -8,10 +8,11 @@ jobs:
Publish-to-PyPI: Publish-to-PyPI:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Checkout
uses: actions/checkout@v6 uses: actions/checkout@v4
with:
fetch-tags: true - name: Fetch tags
run: git fetch --prune --unshallow --tags
- name: Configure git - name: Configure git
run: | run: |