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 95d25f2 commit dc7863eCopy full SHA for dc7863e
.github/workflows/release.yaml
@@ -4,14 +4,6 @@ on:
4
jobs:
5
make_github_release:
6
uses: datajoint/.github/.github/workflows/make_github_release.yaml@main
7
- pypi_release:
8
- needs: make_github_release
9
- uses: datajoint/.github/.github/workflows/pypi_release.yaml@main
10
- secrets:
11
- TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
12
- TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
13
- with:
14
- UPLOAD_URL: ${{needs.make_github_release.outputs.release_upload_url}}
15
mkdocs_release:
16
uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main
17
permissions:
0 commit comments