File tree Expand file tree Collapse file tree 5 files changed +1110
-1009
lines changed Expand file tree Collapse file tree 5 files changed +1110
-1009
lines changed Original file line number Diff line number Diff line change 1111 - name : setup python 3.10
1212 uses : actions/setup-python@v5
1313 with :
14- python-version : ' 3.10 '
14+ python-version : ' 3.13 '
1515
1616 - name : Setup Poetry
1717 uses : snok/install-poetry@v1
Original file line number Diff line number Diff line change 3333
3434 - name : Build and publish package
3535 if : steps.semantic.outputs.new_release_published == 'true'
36- uses : JRubics/poetry-publish@v2.0
36+ uses : JRubics/poetry-publish@v2.1
3737 with :
3838 pypi_token : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 2626 - --remove-duplicate-keys
2727 - --remove-unused-variables
2828- repo : https://github.com/asottile/pyupgrade
29- rev : v3.19.1
29+ rev : v3.20.0
3030 hooks :
3131 - id : pyupgrade
3232 args : [--py36-plus]
4141 hooks :
4242 - id : black
4343- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
44- rev : v2.14 .0
44+ rev : v2.15 .0
4545 hooks :
4646 - id : pretty-format-ini
4747 args : [--autofix]
You can’t perform that action at this time.
0 commit comments