We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f20634 commit be25c16Copy full SHA for be25c16
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
if: steps.release.outputs.released == 'true'
33
34
- name: Publish package distributions to GitHub Releases
35
- uses: python-semantic-release/publish-action@v10.0.2
+ uses: python-semantic-release/publish-action@v10.2.0
36
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
.pre-commit-config.yaml
@@ -51,6 +51,6 @@ repos:
51
- id: rst-directive-colons
52
- id: rst-inline-touching-normal
53
- repo: https://github.com/maxbrunet/pre-commit-renovate
54
- rev: 41.23.4
+ rev: 41.23.5
55
hooks:
56
- id: renovate-config-validator
0 commit comments