Skip to content

Commit

Permalink
feat: Github actions with pypi trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
jornfranke committed Nov 16, 2024
1 parent a42bf10 commit b9eec51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build-dev
on: [push]
build:
uses: ./.github/workflows/build-dev.yml

jobs:
build:
uses: ./.github/workflows/build-dev.yml
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
on: [push]
on: [workflow_call]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
tags:
- '*'
jobs:
build:
uses: ./.github/workflows/build.yml
pypi-publish:
Expand Down

0 comments on commit b9eec51

Please sign in to comment.