Skip to content

Commit 19e018a

Browse files
committed
fixed publish
1 parent 0f7a4c5 commit 19e018a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22

3-
on: [push, pull_request, workflow_dispatch]
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
7+
workflow_call:
48

59
jobs:
610
build:

.github/workflows/python-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
create_wheel_and_sdist:
99
name: create_wheel_and_sdist
1010
uses: ./.github/workflows/main.yml
11-
with:
12-
attest-package: "true"
1311

1412
deploy:
1513
needs: [ create_wheel_and_sdist ]

0 commit comments

Comments
 (0)