Skip to content

Commit

Permalink
Fix typo in Python CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Sep 18, 2024
1 parent f411882 commit a11bbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Move sdist and wheels
run: |
mkdir -p dist/
mv dist/* dist/
mv sdist/* dist/
mv wheels/* dist/
- name: Inspect dist folder
Expand Down

0 comments on commit a11bbba

Please sign in to comment.