We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc7281 commit 9802c01Copy full SHA for 9802c01
.github/workflows/release.yml
@@ -6,6 +6,7 @@ on:
6
jobs:
7
release:
8
runs-on: ubuntu-latest
9
+ environment: release
10
permissions:
11
id-token: write
12
steps:
pyproject.toml
@@ -38,6 +38,8 @@ dev = [
38
"sphinx",
39
"sphinx-autoapi",
40
"sphinx-rtd-theme",
41
+ "tox",
42
+ "tox-uv",
43
]
44
45
[build-system]
0 commit comments