Skip to content

Commit e40ab0e

Browse files
committed
Fix build script syntax.
1 parent bd77c63 commit e40ab0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,7 @@ jobs:
131131
uses: softprops/action-gh-release@v1
132132
if: startsWith(github.ref, 'refs/tags/')
133133
with:
134-
files:
135-
- dist/*cp27*.whl
136-
- dist/*cp35*.whl
134+
files: dist/*cp27*.whl, dist/*cp35*.whl
137135

138136
- name: Archive Wheels
139137
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)