Skip to content

Commit c32cc94

Browse files
authored
Merge branch 'main' into scene
2 parents 0e4fad3 + cb40279 commit c32cc94

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23-
- uses: wagoid/commitlint-github-action@v6.2.0
23+
- uses: wagoid/commitlint-github-action@v6.2.1
2424
lint:
2525
runs-on: ubuntu-latest
2626
steps:
@@ -75,19 +75,19 @@ jobs:
7575
persist-credentials: false
7676
- name: Python Semantic Release
7777
id: release
78-
uses: python-semantic-release/python-semantic-release@v9.14.0
78+
uses: python-semantic-release/python-semantic-release@v9.17.0
7979
with:
8080
github_token: ${{ secrets.GH_TOKEN }}
8181

8282
- name: Publish package distributions to PyPI
83-
uses: pypa/gh-action-pypi-publish@v1.12.3
83+
uses: pypa/gh-action-pypi-publish@v1.12.4
8484

8585
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
8686
# See https://github.com/actions/runner/issues/1173
8787
if: steps.release.outputs.released == 'true'
8888

8989
- name: Publish package distributions to GitHub Releases
90-
uses: python-semantic-release/upload-to-gh-release@v8.7.0
90+
uses: python-semantic-release/upload-to-gh-release@v9.8.9
9191
if: steps.release.outputs.released == 'true'
9292
with:
9393
github_token: ${{ secrets.GH_TOKEN }}

poetry.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)