Skip to content

Commit

Permalink
build: WIP GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lfvjimisola committed Aug 25, 2023
1 parent f5e3f01 commit c4c098a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Reuse build job
uses: ./github/workflows/templates/build.yml
uses: ./github/workflows/templates/build.yml

publish-to-test-pypi:
runs-on: ubuntu-latest
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Reuse build job
uses: ./github/workflows/templates/build.yml
uses: ./github/workflows/templates/build.yml

publish-to-test-pypi:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c4c098a

Please sign in to comment.