Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Binh Vu committed Oct 10, 2024
1 parent 4fa1a0a commit 4741d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
name: wheels-manylinux
- name: list artifacts (1)
run: ls -l dist
run: ls -l
- uses: actions/download-artifact@v4
with:
name: wheels-ubuntu-22.04
Expand All @@ -100,7 +100,7 @@ jobs:
with:
name: wheels-windows-2022
- name: list artifacts (2)
run: ls -l dist
run: ls -l
- name: Publish to PyPI
uses: messense/maturin-action@v1
env:
Expand Down

0 comments on commit 4741d03

Please sign in to comment.