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 a74eda4 commit fd094b2Copy full SHA for fd094b2
.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: "fake-token" #${{ secrets.ADMIN_GITHUB_TOKEN }}
+ 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,6 +51,3 @@ profile = "black"
51
dev = [
52
"pytest>=7.0.1",
53
]
54
-
55
-[tool.jupyter-releaser.options]
56
-version_cmd = "hatch version"
0 commit comments