Skip to content

Commit

Permalink
Try to get release process working
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 25, 2024
1 parent 3407855 commit ff4953a
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
checks: write
actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read
steps:
- name: Get the tag name and determine if it's a prerelease
id: get_tag_info
Expand Down Expand Up @@ -73,22 +80,6 @@ jobs:
release_name: ${{ env.TAG_NAME }}
draft: true
prerelease: ${{ env.IS_PRERELEASE }}
# After the build has finished, download the artifacts from the action
# and upload them to the release. When we publish the release, the
# assets will be downloaded from it and uploaded to PyPi.
upload_assets_to_release:
needs: [build_sdist, build_wheels]
runs-on: ubuntu-latest
permissions:
contents: write
checks: write
actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read
steps:
- uses: actions/download-artifact@v4
with:
# unpacks all CIBW artifacts into dist/
Expand Down

0 comments on commit ff4953a

Please sign in to comment.