ci: try fixing the dynamic_import issue (2, force adding pyproject.toml)

This commit is contained in:
2025-05-21 11:31:17 -06:00
parent 252d8be735
commit 31e09bc7ba

View File

@@ -74,7 +74,7 @@ jobs:
# 2 steps to prevent uv.lock out of sync # 2 steps to prevent uv.lock out of sync
# CF https://github.com/python-semantic-release/python-semantic-release/issues/1125 # CF https://github.com/python-semantic-release/python-semantic-release/issues/1125
- name: Action | Semantic Version Release (stamp only) - name: Action | Semantic Version Release (stamp only)
uses: python-semantic-release/python-semantic-release@v9.12.0 uses: python-semantic-release/python-semantic-release@v9.21.1
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: "github-actions" git_committer_name: "github-actions"
@@ -92,11 +92,11 @@ jobs:
- name: Push and tags - name: Push and tags
run: | run: |
uv lock uv lock
git add uv.lock git add uv.lock pyproject.toml
- name: Action | Semantic Version Release (fully to create release) - name: Action | Semantic Version Release (fully to create release)
id: release id: release
uses: python-semantic-release/python-semantic-release@v9.12.0 uses: python-semantic-release/python-semantic-release@v9.21.1
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
git_committer_name: "github-actions" git_committer_name: "github-actions"