Skip to content

Commit 018bab7

Browse files
committed
simple
1 parent cc3f57b commit 018bab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
name: Deploy on PyPI
2323
needs: lint
2424
runs-on: ubuntu-latest
25-
timeout-minutes: 10
2625
environment: release
2726
permissions:
2827
id-token: write # IMPORTANT: mandatory for trusted publishing
28+
timeout-minutes: 10
2929
steps:
3030
- uses: actions/checkout@v4
3131
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)