Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Oct 15, 2023
1 parent e80711a commit 85f0f1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
override: true

- name: Build Wheels
uses: messense/maturin-action@v1
- uses: PyO3/maturin-action@v1
with:
command: publish
target: ${{ matrix.target }}
Expand All @@ -52,7 +52,7 @@ jobs:
override: true

- name: Build Wheels
uses: messense/maturin-action@v1
- uses: PyO3/maturin-action@v1
with:
command: publish
target: ${{ matrix.target }}
Expand All @@ -76,7 +76,7 @@ jobs:
override: true

- name: Build Wheels
uses: messense/maturin-action@v1
- uses: PyO3/maturin-action@v1
with:
command: publish
target: ${{ matrix.target }}
Expand Down

0 comments on commit 85f0f1b

Please sign in to comment.