Skip to content

Commit

Permalink
test: 🧪 test make github release
Browse files Browse the repository at this point in the history
  • Loading branch information
yambottle committed Jun 6, 2023
1 parent d511ef1 commit de36d34
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ name: Release
on:
workflow_dispatch:
jobs:
# make_github_release:
# uses: datajoint/.github/.github/workflows/make_github_release.yaml@main
devcontainer-build:
uses: yambottle/datajoint.github/.github/workflows/devcontainer-build.yaml@main
devcontainer-publish:
needs:
- devcontainer-build
uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
secrets:
DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}
pypi_release:
uses: yambottle/datajoint.github/.github/workflows/pypi_release.yaml@main
secrets:
TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
make_github_release:
uses: yambottle/datajoint.github/.github/workflows/make_github_release.yaml@main
# devcontainer-build:
# uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main
# devcontainer-publish:
# needs:
# - devcontainer-build
# uses: datajoint/.github/.github/workflows/devcontainer-publish.yaml@main
# secrets:
# DOCKERHUB_USERNAME: ${{secrets.DOCKERHUB_USERNAME}}
# DOCKERHUB_TOKEN: ${{secrets.DOCKERHUB_TOKEN}}
# pypi_release:
# uses: yambottle/datajoint.github/.github/workflows/pypi_release.yaml@main
# secrets:
# TWINE_USERNAME: ${{secrets.TWINE_USERNAME}}
# TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
# mkdocs_release:
# uses: datajoint/.github/.github/workflows/mkdocs_release.yaml@main
# permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
workflow_dispatch:
jobs:
run_tests:
uses: yambottle/datajoint.github/.github/workflows/run_pytest.yaml@main
# run_tests:
# uses: datajoint/.github/.github/workflows/run_pytest.yaml@main
devcontainer-build:
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main

0 comments on commit de36d34

Please sign in to comment.