Skip to content

Commit

Permalink
remove old config when building pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasu Jaganath committed Aug 1, 2024
1 parent a543913 commit 9184894
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
python-version: 3.9

- name: Remove old global config
if: always()
run: rm -rf "/home/$(whoami)/wic/" && rm -rf "/home/$(whoami)/.toil/"

- name: Install sophios 🔧
run: |
pip install .[test]
Expand All @@ -32,7 +36,7 @@ jobs:
python -m pip install twine build
python -m build --wheel
python -m build --sdist
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9184894

Please sign in to comment.