Skip to content

Commit

Permalink
Cleanup: Remove "build" github action since it's redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
imranariffin committed Dec 31, 2024
1 parent f2e230b commit a52e2c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: "3.10.x"
- run: pip install --upgrade pip
- run: pip install -e .[dev]
- run: pip freeze
- name: Publish
env:
Expand Down

0 comments on commit a52e2c0

Please sign in to comment.