Skip to content

Commit

Permalink
Fix build script syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Jan 10, 2024
1 parent bd77c63 commit e40ab0e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files:
- dist/*cp27*.whl
- dist/*cp35*.whl
files: dist/*cp27*.whl, dist/*cp35*.whl

- name: Archive Wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e40ab0e

Please sign in to comment.