We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957c097 commit 77e324aCopy full SHA for 77e324a
.travis.yml
@@ -22,14 +22,14 @@ install:
22
23
script: |
24
python compile.py build && \
25
- cp build/lib/py_sourcemap/*.so py_sourcemap/ && \
+ cp build/lib/py_sourcemap/*.so py_sourcemap/py_sourcemap.so && \
26
$HOME/.local/bin/nosetests
27
28
deploy:
29
provider: releases
30
api_key:
31
secure: $GITHUB_TOKEN
32
- file: build/lib/py_sourcemap/*.so
+ file: py_sourcemap/py_sourcemap.so
33
skip_cleanup: true
34
on:
35
tags: true
0 commit comments