Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .github/release-drafter.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,3 @@ jobs:

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

update_release_draft:
name: Update Release Notes
needs: publish-pypi
runs-on: ubuntu-latest
container: ubuntu:latest
timeout-minutes: 10
permissions:
contents: write
pull-requests: read
steps:
- name: Set GHE_HOST
run: echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> ${GITHUB_ENV}

- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23 changes: 0 additions & 23 deletions .github/workflows/release-drafter.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ edit_uri: "edit/main/docs"
repo_name: "binned-cdf"
repo_url: "https://github.com/famura/binned-cdf"
site_author: "Fabio Muratore"
site_description: "Implementations of the CRPS using PyTorch"
site_description: "A PyTorch-based distribution parametrized by the logits of CDF bins"
site_dir: .site
site_name: "binned-cdf"
site_url: "https://famura.github.io/binned-cdf"
Expand Down
Loading