Skip to content

Commit

Permalink
ci: always build wheels while debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Sep 12, 2024
1 parent 5fb1879 commit ceb09bf
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Build
# For a real release, tag the version, check that this action succeeded, then make a
# GitHub release.

on:
push:
tags:
- 'v*'
# on:
# push:
# tags:
# - 'v*'

jobs:
build_wheels:
Expand Down Expand Up @@ -87,18 +87,18 @@ jobs:
name: cibw-sdist
path: dist/*.tar.gz

upload_all:
needs: [build_wheels, make_sdist]
environment: pypi
# upload_all:
# needs: [build_wheels, make_sdist]
# environment: pypi

permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
pattern: cibw-*
path: dist
merge-multiple: true
# permissions:
# id-token: write
# runs-on: ubuntu-latest
# steps:
# - uses: actions/download-artifact@v4
# with:
# pattern: cibw-*
# path: dist
# merge-multiple: true

- uses: pypa/gh-action-pypi-publish@release/v1
# - uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ceb09bf

Please sign in to comment.