We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e9399e + 419911f commit 69e3301Copy full SHA for 69e3301
.github/workflows/publish.yaml
@@ -12,11 +12,13 @@ jobs:
12
publish:
13
name: Build and publish
14
runs-on: ubuntu-24.04
15
+ permissions:
16
+ id-token: write # for trusted publishing
17
steps:
18
- uses: actions/checkout@v5
19
- uses: actions/setup-python@v6
20
with:
- python-version: "3.10"
21
+ python-version: "3.14"
22
- run: pip install --upgrade pip build
23
- run: python -m build # includes sdist & wheel by default
24
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments