Skip to content

Commit

Permalink
🚇🩹 Fix publish workflow (#1401)
Browse files Browse the repository at this point in the history
* 🚇🩹 Fix publish workflow

* 🚧📚 Adjust 0.7.2 publishing date in changelog

* 🚇🧹 Remove environment
  • Loading branch information
s-weigand authored Dec 6, 2023
1 parent 620eaa4 commit 1fb14bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI_CD_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(changes-0_7_2)=

## 🚀 0.7.2 (2023-12-06)
## 🚀 0.7.2 (2023-12-07)

### ✨ Features

Expand Down

0 comments on commit 1fb14bb

Please sign in to comment.