Skip to content

Commit 53417a0

Browse files
authored
chore(ci): upgrade python-semantic-release (#145)
Hopefully this fixes the broken GitHub Action too https://github.com/crccheck/django-object-actions/actions/runs/3464471740 `error: No module named 'packaging'` python-semantic-release/python-semantic-release#489 closes #144
1 parent 34070bf commit 53417a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
- name: Set up Python
6060
uses: actions/setup-python@v3
6161
with:
62-
python-version: "3.10"
62+
python-version: "3.11"
6363
- run: pip install black
6464
- run: black --check .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717
- name: Python Semantic Release
1818
# https://github.com/relekang/python-semantic-release/releases
19-
uses: relekang/python-semantic-release@v7.26.0
19+
uses: relekang/python-semantic-release@v7.32.2
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)