File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ An extensive test suite with over 2600 unit tests and 100% coverage replicates t
1515complete test suite of GraphQL.js, ensuring that this port is reliable and compatible
1616with 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
2121You can also try out the latest alpha version 3.3.0a12 of GraphQL-core,
2222which is up-to-date with GraphQL.js version 17.0.0a7.
You can’t perform that action at this time.
0 commit comments