Skip to content

Commit 75fba8b

Browse files
committed
update
Signed-off-by: Andreas Fehlner <[email protected]>
1 parent 4a2ddab commit 75fba8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release_linux_aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
138138
with:
139139
name: wheels2
140-
path: dist
140+
path: dist/
141141

142142
# - name: Publish wheels to pypi
143143
# uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf

.github/workflows/release_linux_x86_64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
112112
with:
113113
name: wheels
114-
path: dist
114+
path: dist/
115115

116116
- name: Publish wheels to pypi
117117
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf

.github/workflows/release_mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
143143
with:
144144
name: wheels
145-
path: dist
145+
path: dist/
146146

147147
- name: Publish wheels to pypi
148148
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf

0 commit comments

Comments
 (0)