Skip to content

Commit 1f54fd5

Browse files
committed
d
1 parent 9c2071b commit 1f54fd5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-py.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
args: >
5959
build
6060
--release
61+
-m py-radiate/Cargo.toml
6162
--out dist
6263
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
6364

@@ -72,6 +73,7 @@ jobs:
7273
build
7374
--release
7475
--out dist
76+
-m py-radiate/Cargo.toml
7577
-i python3.13t
7678
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
7779

@@ -98,6 +100,7 @@ jobs:
98100
args: >
99101
build
100102
--release
103+
-m py-radiate/Cargo.toml
101104
--out dist
102105
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
103106

@@ -111,6 +114,7 @@ jobs:
111114
build
112115
--release
113116
--out dist
117+
-m py-radiate/Cargo.toml
114118
-i python3.13t
115119
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
116120

@@ -141,6 +145,7 @@ jobs:
141145
args: >
142146
build
143147
--release
148+
-m py-radiate/Cargo.toml
144149
--out dist
145150
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
146151
- uses: actions/upload-artifact@v4
@@ -162,6 +167,7 @@ jobs:
162167
build
163168
--release
164169
--out dist
170+
-m py-radiate/Cargo.toml
165171
--universal2
166172
--interpreter python3
167173
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)