Skip to content

Commit

Permalink
chore(ci): upgrade python-semantic-release (#145)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
crccheck committed Nov 14, 2022
1 parent 34070bf commit 53417a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
python-version: "3.11"
- run: pip install black
- run: black --check .
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Python Semantic Release
# https://github.com/relekang/python-semantic-release/releases
uses: relekang/python-semantic-release@v7.26.0
uses: relekang/python-semantic-release@v7.32.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 53417a0

Please sign in to comment.