File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
- uses : actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
138
138
with :
139
139
name : wheels2
140
- path : dist
140
+ path : dist/
141
141
142
142
# - name: Publish wheels to pypi
143
143
# uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
- uses : actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
112
112
with :
113
113
name : wheels
114
- path : dist
114
+ path : dist/
115
115
116
116
- name : Publish wheels to pypi
117
117
uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142
142
- uses : actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d
143
143
with :
144
144
name : wheels
145
- path : dist
145
+ path : dist/
146
146
147
147
- name : Publish wheels to pypi
148
148
uses : pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
You can’t perform that action at this time.
0 commit comments