Skip to content

Commit fc01ef5

Browse files
authored
Update artifact path for PyPI upload step
1 parent 862cc53 commit fc01ef5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ jobs:
107107
- uses: actions/checkout@v4
108108
- uses: actions/download-artifact@v4
109109
with:
110+
path: artifacts/
110111
merge-multiple: "true"
111112
- name: Publish to PyPI
112113
uses: PyO3/maturin-action@v1
113114
with:
114115
command: upload
115-
args: --non-interactive --skip-existing *
116+
args: --non-interactive --skip-existing artifacts/*

0 commit comments

Comments
 (0)