Skip to content

Commit 382d899

Browse files
authored
fix: release with py311 (#10)
1 parent ec3c237 commit 382d899

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
32-
- uses: wagoid/commitlint-github-action@v5.4.4
32+
- uses: wagoid/commitlint-github-action@v5.4.5
3333

3434
test:
3535
strategy:
@@ -81,14 +81,14 @@ jobs:
8181

8282
# Do a dry run of PSR
8383
- name: Test release
84-
uses: python-semantic-release/python-semantic-release@v8.7.2
84+
uses: bluetooth-devices/python-semantic-release@311
8585
if: github.ref_name != 'main'
8686
with:
8787
root_options: --noop
8888

8989
# On main branch: actual PSR + upload to PyPI & GitHub
9090
- name: Release
91-
uses: python-semantic-release/python-semantic-release@v8.7.2
91+
uses: bluetooth-devices/python-semantic-release@311
9292
id: release
9393
if: github.ref_name == 'main'
9494
with:

0 commit comments

Comments
 (0)