Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3574 from oxtopus/issue-3572-fixup-s3-deployment
Browse files Browse the repository at this point in the history
Run 7z command before artifacts
  • Loading branch information
oxtopus authored Apr 28, 2017
2 parents f3cce28 + a4317a0 commit a298c1b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ build_script:
- python setup.py bdist_wheel

- ps: ls -l dist
- 7z a nupic-%APPVEYOR_REPO_COMMIT%.zip .\dist\nupic-%NUPIC_VERSION%-py2-none-any.whl
- ps: ls -l .
- ps: move .\dist\nupic-$env:NUPIC_VERSION-py2-none-any.whl .\dist\nupic-$env:NUPIC_VERSION-cp27-none-win_amd64.whl

test_script:
Expand Down Expand Up @@ -101,9 +103,6 @@ test_script:
# Python integration tests
- py.test tests\integration

after_build:
- 7z a nupic-$(APPVEYOR_REPO_COMMIT).zip .\dist\nupic-*.whl

artifacts:
- path: 'dist\*.whl' # Find all wheel files in project root only (non-recusive)
- path: nupic-$(APPVEYOR_REPO_COMMIT).zip
Expand Down

0 comments on commit a298c1b

Please sign in to comment.