Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Saves authored Nov 13, 2023
2 parents f521532 + 67a66ea commit 9772030
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build and upload to PyPI

on:
workflow_dispatch:
release:
types: [published]
push:
tags: ['v*']

jobs:
build_wheels:
Expand All @@ -20,6 +20,7 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: cp*_i686

- uses: actions/upload-artifact@v3
with:
Expand All @@ -44,7 +45,6 @@ jobs:
environment: pypi
permissions:
id-token: write
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 9772030

Please sign in to comment.