Skip to content

Commit

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

0 comments on commit 09fa5bc

Please sign in to comment.