Skip to content

Commit

Permalink
fix upload step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Sep 25, 2024
1 parent 9ec5d6a commit 3c97c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build twine
- name: remove old files
run: rm -rf dist/*
- name: build distribution files
Expand Down

0 comments on commit 3c97c63

Please sign in to comment.