Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 11, 2023
1 parent 28cd14d commit 89ed5a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Build and Publish
on:
workflow_dispatch:
permissions:
contents: write
discussions: write

jobs:
build_wheels:
Expand Down Expand Up @@ -52,6 +49,8 @@ jobs:
runs-on: ubuntu-latest
environment: pypi
permissions:
contents: write
discussions: write
id-token: write
steps:
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit 89ed5a7

Please sign in to comment.