File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v4
13- - run : pipx install poetry==1.3.2
13+ - run : pipx install poetry==1.8.3
1414 - uses : actions/setup-python@v5
1515 with :
16- python-version : ' 3.11 '
16+ python-version : ' 3.12 '
1717 cache : poetry
1818 - run : poetry install
1919 - run : poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "name" : " django-prose" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Wonderful rich-text editing for Django" ,
55 "main" : " prose/static/prose/editor.js" ,
66 "repository" : " https://github.com/withlogicco/django-prose.git" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-prose"
3- version = " 2.0.1 "
3+ version = " 2.1.0 "
44description = " Wonderful rich text-editing for Django"
55authors = [" Paris Kasidiaris <paris@withlogic.co>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments