Skip to content

Commit cfad2ef

Browse files
authored
Clean up CI
1 parent fc01ef5 commit cfad2ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
- name: Build sdist
8787
uses: PyO3/maturin-action@v1
8888
with:
89-
rust-toolchain: beta
9089
command: sdist
9190
args: --out dist
9291
- name: Upload sdist
@@ -104,13 +103,11 @@ jobs:
104103
# IMPORTANT: this permission is mandatory for trusted publishing
105104
id-token: write
106105
steps:
107-
- uses: actions/checkout@v4
108106
- uses: actions/download-artifact@v4
109107
with:
110-
path: artifacts/
111108
merge-multiple: "true"
112109
- name: Publish to PyPI
113110
uses: PyO3/maturin-action@v1
114111
with:
115112
command: upload
116-
args: --non-interactive --skip-existing artifacts/*
113+
args: --non-interactive --skip-existing *

0 commit comments

Comments
 (0)