File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
GITHUB_TOKEN : ${{ github.token }}
119
119
run : >-
120
120
gh release upload
121
- '${{ github.ref_name }}' ./wheelhouse/artifact/ **
121
+ '${{ github.ref_name }}' ./wheelhouse/**
122
122
--repo '${{ github.repository }}'
123
123
124
124
publish-test :
@@ -141,11 +141,14 @@ jobs:
141
141
with :
142
142
name : wheels
143
143
path : ./wheelhouse/
144
+
145
+ - name : Print wheel content
146
+ run : ls ./wheelhouse
144
147
145
148
- name : Publish wheels to test-pypi
146
149
uses : pypa/gh-action-pypi-publish@release/v1
147
150
with :
148
- packages-dir : ./wheelhouse/artifact
151
+ packages-dir : ./wheelhouse/
149
152
repository-url : https://test.pypi.org/legacy/
150
153
151
154
publish-release :
@@ -172,4 +175,4 @@ jobs:
172
175
- name : Publish wheels to test-pypi
173
176
uses : pypa/gh-action-pypi-publish@release/v1
174
177
with :
175
- packages-dir : ./wheelhouse/artifact
178
+ packages-dir : ./wheelhouse/
You can’t perform that action at this time.
0 commit comments