Skip to content

Commit

Permalink
fix CI again.
Browse files Browse the repository at this point in the history
  • Loading branch information
unaidedelf8777 committed May 8, 2024
1 parent 16eb2ce commit 84bd539
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ jobs:
with:
path: dist

- name: Flatten distribution files
run: |
find dist -type f -name '*.whl' -exec mv {} dist/ \;
- name: Install Twine
run: |
python -m pip install --upgrade pip
Expand All @@ -97,3 +101,4 @@ jobs:




0 comments on commit 84bd539

Please sign in to comment.