File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,12 @@ permissions:
8
8
contents : read
9
9
10
10
jobs :
11
- publish :
11
+ pypi-publish :
12
+ name : upload release to PyPI
12
13
runs-on : ubuntu-latest
14
+ environment : release
15
+ permissions :
16
+ id-token : write
13
17
steps :
14
18
- uses : actions/checkout@v4
15
19
- name : Set up Python
22
26
python -m pip install build
23
27
- name : Build package
24
28
run : python -m build
25
- - name : Publish package
26
- uses : pypa/gh-action-pypi-publish@release/v1
27
- with :
28
- user : __token__
29
- password : ${{ secrets.PYPI_API_TOKEN }}
29
+ - name : Publish package distributions to PyPI
30
+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " django-pydantic-field"
7
- version = " 0.3.10 "
7
+ version = " 0.3.11 "
8
8
description = " Django JSONField with Pydantic models as a Schema"
9
9
readme = " README.md"
10
10
license = { file = " LICENSE" }
You can’t perform that action at this time.
0 commit comments