Skip to content

Commit 83e6617

Browse files
authored
Merge pull request #23 from larsmaxfield/main
Update developer with main
2 parents 8f04831 + 504ab20 commit 83e6617

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Upload release to Test PyPI
1414
runs-on: ubuntu-latest
1515
environment:
16-
name: testpypi
17-
url: https://test.pypi.org/project/jsonschema-fill-default/
16+
name: pypi
17+
url: https://pypi.org/project/jsonschema-fill-default/
1818
permissions:
1919
id-token: write
2020
steps:
@@ -44,5 +44,3 @@ jobs:
4444

4545
- name: Publish package distributions to PyPI
4646
uses: pypa/gh-action-pypi-publish@release/v1
47-
with:
48-
repository-url: https://test.pypi.org/legacy/

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,11 @@ _From [this post](https://www.reddit.com/r/Python/comments/1bbbwk/comment/c95cjs
391391
> While there's nothing stopping people from doing an 'import stuff.bigstuff.Stuffometer' or 'import stuff.privateStuff.HiddenStuff', they'll at least know they're peeking behind the curtain at that point.
392392
>
393393
> Rather than being implicit, I find it's rather explicit.
394+
>
395+
396+
397+
## Credits
398+
399+
jsonschema-fill-default is by Lars Maxfield
400+
401+
Recursive filling of `"properties"` based on [Tom-tbt](https://stackoverflow.com/users/10712860/tom-tbt)'s answer to [Set default values according to JSON schema automatically](https://stackoverflow.com/questions/72044825/set-default-values-according-to-json-schema-automatically) on Stack Overflow.

0 commit comments

Comments
 (0)