Browse Source

Merge branch 'fastapi:master' into update-prompts-and-german-translation

pull/14015/head
Nils-Hero Lindemann 11 months ago
committed by GitHub
parent
commit
7ec08d2d4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish.yml
  2. 1
      docs/en/docs/release-notes.md

2
.github/workflows/publish.yml

@ -35,7 +35,7 @@ jobs:
TIANGOLO_BUILD_PACKAGE: ${{ matrix.package }}
run: python -m build
- name: Publish
uses: pypa/[email protected]2.4
uses: pypa/[email protected]3.0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}

1
docs/en/docs/release-notes.md

@ -35,6 +35,7 @@ hide:
### Internal
* ⬆ Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0. PR [#14041](https://github.com/fastapi/fastapi/pull/14041) by [@dependabot[bot]](https://github.com/apps/dependabot).
* 👥 Update FastAPI People - Contributors and Translators. PR [#14029](https://github.com/fastapi/fastapi/pull/14029) by [@tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI People - Sponsors. PR [#14030](https://github.com/fastapi/fastapi/pull/14030) by [@tiangolo](https://github.com/tiangolo).
* 👥 Update FastAPI GitHub topic repositories. PR [#14031](https://github.com/fastapi/fastapi/pull/14031) by [@tiangolo](https://github.com/tiangolo).

Loading…
Cancel
Save