Skip to content

Commit

Permalink
trying to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
martin de la gorce committed Aug 26, 2024
1 parent 331bcea commit eb1dc61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Building Wheels

on: [workflow_dispatch]

jobs:


runs:
using: "composite"
build_sdist:
name: Build source distribution and no binary wheel
runs-on: ubuntu-latest
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Building Wheels

on:
workflow_call:
inputs:
environment:
description: 'The environment to deploy to'
required: true
type: string
on: [workflow_dispatch]

jobs:

Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@

name: Build and Release Wheels


on:
release:
types: [created]
# branches: [main]
on: [workflow_dispatch]

jobs:


# build wheels using action building.yml
build_wheels:
name: Call Composite Action
uses: ./.github/workflows/building.yml

uses: ./.github/actions/building

create_release_and_upload_packages:
name: Uplodad to Github Release
Expand Down

0 comments on commit eb1dc61

Please sign in to comment.