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 c4c098a commit 0a535a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
uses: ./github/workflows/templates/build.yml
uses: ./github/workflows/build.yml

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

jobs:
build:
uses: ./github/workflows/templates/build.yml
uses: ./github/workflows/build.yml

publish-to-test-pypi:
runs-on: ubuntu-latest
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/templates/build.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/templates/linting.yml

This file was deleted.

0 comments on commit 0a535a8

Please sign in to comment.