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.
1 parent cc3f57b commit 018bab7Copy full SHA for 018bab7
.github/workflows/build.yml
@@ -22,10 +22,10 @@ jobs:
22
name: Deploy on PyPI
23
needs: lint
24
runs-on: ubuntu-latest
25
- timeout-minutes: 10
26
environment: release
27
permissions:
28
id-token: write # IMPORTANT: mandatory for trusted publishing
+ timeout-minutes: 10
29
steps:
30
- uses: actions/checkout@v4
31
- name: Set up Python ${{ matrix.python-version }}
0 commit comments