Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed May 5, 2024
1 parent 58f7a06 commit ec1bfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Publish dist
run: |
python -m build . -s
tree wheels
tree wheels-ubuntu/*.whl wheels-macos/*.whl wheels-windows/*.whl
tree dist
twine upload dist/* wheels-ubuntu/*.whl wheels-macos/*.whl wheels-windows/*.whl
env:
Expand Down

0 comments on commit ec1bfb5

Please sign in to comment.