We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc01ef5 commit cfad2efCopy full SHA for cfad2ef
1 file changed
.github/workflows/CI.yml
@@ -86,7 +86,6 @@ jobs:
86
- name: Build sdist
87
uses: PyO3/maturin-action@v1
88
with:
89
- rust-toolchain: beta
90
command: sdist
91
args: --out dist
92
- name: Upload sdist
@@ -104,13 +103,11 @@ jobs:
104
103
# IMPORTANT: this permission is mandatory for trusted publishing
105
id-token: write
106
steps:
107
- - uses: actions/checkout@v4
108
- uses: actions/download-artifact@v4
109
110
- path: artifacts/
111
merge-multiple: "true"
112
- name: Publish to PyPI
113
114
115
command: upload
116
- args: --non-interactive --skip-existing artifacts/*
+ args: --non-interactive --skip-existing *
0 commit comments