Skip to content

Commit 001abd9

Browse files
committed
Mention new stable release
1 parent 68e3c52 commit 001abd9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
name: 🏗️ Build
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
id-token: write # mandatory for trusted publishing
15+
1316
steps:
1417
- name: Checkout project
1518
id: checkout
@@ -32,6 +35,3 @@ jobs:
3235
- name: Publish a Python distribution to PyPI
3336
id: publish
3437
uses: pypa/gh-action-pypi-publish@release/v1
35-
with:
36-
user: __token__
37-
password: ${{ secrets.PYPI_TOKEN }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ An extensive test suite with over 2600 unit tests and 100% coverage replicates t
1515
complete test suite of GraphQL.js, ensuring that this port is reliable and compatible
1616
with GraphQL.js.
1717

18-
The current stable version 3.2.8 of GraphQL-core is up-to-date with GraphQL.js
19-
version 16.9.0 and supports Python versions 3.7 to 3.14.
18+
The current stable version 3.2.9 of GraphQL-core is up-to-date with GraphQL.js
19+
version 16.10.0 and supports Python versions 3.7 to 3.14.
2020

2121
You can also try out the latest alpha version 3.3.0a12 of GraphQL-core,
2222
which is up-to-date with GraphQL.js version 17.0.0a7.

0 commit comments

Comments
 (0)