File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed
Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3535 if : steps.changes.outputs.code == 'true'
3636 uses : " actions/setup-python@v5"
3737 with :
38- python-version : " 3.8 "
38+ python-version : " 3.9 "
3939
4040 - name : Install dependencies 🔧
4141 if : steps.changes.outputs.code == 'true'
Original file line number Diff line number Diff line change 66 schedule :
77 - cron : 0 12 * * *
88
9+ permissions :
10+ contents : write
11+
912jobs :
1013 Run :
1114 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161161
162162 - name : Upload distribution to PyPI 🚀
163163 if : startsWith(github.ref, 'refs/tags/')
164- uses : pypa/gh-action-pypi-publish@v1.4.2
164+ uses : pypa/gh-action-pypi-publish@v1.13.0
165165 with :
166166 user : __token__
167167 password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ repos:
6262 - id : rst-inline-touching-normal
6363
6464 - repo : https://github.com/asottile/pyupgrade
65- rev : v2.12 .0
65+ rev : v3.3 .0
6666 hooks :
6767 - id : pyupgrade
6868 args :
69- - --py36 -plus
69+ - --py37 -plus
7070 - --keep-runtime-typing
7171
7272 - repo : https://github.com/Lucas-C/pre-commit-hooks
Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ download = True
6666setenv =
6767 PYTHONDEVMODE =1
6868 PIP_DISABLE_PIP_VERSION_CHECK =1
69- UNSAFE_PYO3_SKIP_VERSION_CHECK =1
7069
7170[testenv:py312]
7271download = True
@@ -236,7 +235,6 @@ download = True
236235setenv =
237236 PYTHONDEVMODE=1
238237 PIP_DISABLE_PIP_VERSION_CHECK=1
239- UNSAFE_PYO3_SKIP_VERSION_CHECK=1
240238
241239[testenv]
242240setenv =
You can’t perform that action at this time.
0 commit comments