Merge pull request 'feature: change flow settings in local config' (#5) from feature/change-flow-settings-in-local-config into main
Publish to PyPI / Publish-to-PyPI (push) Failing after 29s
Publish to PyPI / Publish-to-PyPI (push) Failing after 29s
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -28,6 +28,12 @@ jobs:
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v8.3.2
|
||||
|
||||
- name: Count commits
|
||||
run: |
|
||||
echo "Commit count: $(git rev-list --count main)"
|
||||
echo "Tags available:"
|
||||
git tag
|
||||
|
||||
- name: Bump version
|
||||
run: |
|
||||
uv run git-flow tag --token="${{ secrets.GITEA_TOKEN }}"
|
||||
|
||||
Reference in New Issue
Block a user