diff --git a/.github/workflows/CI_CD_actions.yml b/.github/workflows/CI_CD_actions.yml index 6d956fc99..87fcf4c81 100644 --- a/.github/workflows/CI_CD_actions.yml +++ b/.github/workflows/CI_CD_actions.yml @@ -145,6 +145,8 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') needs: [test, docs, docs-notebooks] + permissions: + id-token: write # IMPORTANT: this permission is mandatory for trusted publishing steps: - uses: actions/checkout@v4 - name: Set up Python 3.10 diff --git a/changelog.md b/changelog.md index 6ee90f718..047f1c323 100644 --- a/changelog.md +++ b/changelog.md @@ -2,7 +2,7 @@ (changes-0_7_2)= -## 🚀 0.7.2 (2023-12-06) +## 🚀 0.7.2 (2023-12-07) ### ✨ Features