We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48b24a5 commit fec8f88Copy full SHA for fec8f88
.github/workflows/publish-to-pypi.yml
@@ -14,12 +14,12 @@ jobs:
14
if: github.repository == 'django-components/djc-ext-pydantic'
15
steps:
16
- name: Checkout the repo
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
18
19
- name: Setup python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.9'
+ python-version: '3.13'
23
24
- name: Install pypa/build
25
run: >-
0 commit comments