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 8772031 commit a74eda4Copy full SHA for a74eda4
.github/workflows/prep-release.yml
@@ -29,7 +29,7 @@ jobs:
29
id: prep-release
30
uses: jupyter-server/jupyter_releaser/.github/actions/prep-release@v2
31
with:
32
- token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
+ token: "fake-token" #${{ secrets.ADMIN_GITHUB_TOKEN }}
33
version_spec: ${{ github.event.inputs.version_spec }}
34
post_version_spec: ${{ github.event.inputs.post_version_spec }}
35
branch: ${{ github.event.inputs.branch }}
pyproject.toml
@@ -51,3 +51,6 @@ profile = "black"
51
dev = [
52
"pytest>=7.0.1",
53
]
54
+
55
+[tool.jupyter-releaser.options]
56
+version_cmd = "hatch version"
0 commit comments