Skip to content

Commit c5e6737

Browse files
committed
fix: add missing env
1 parent 82ea39d commit c5e6737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build package
3636
if: ${{ steps.release.outputs.release_created }}
37-
uses: PyO3/maturin-action@v1
37+
uses: vexxhost/maturin-action@add-missing-env
3838
with:
3939
command: publish
4040
args: --non-interactive

0 commit comments

Comments
 (0)