We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2dff9a commit 9a6a052Copy full SHA for 9a6a052
1 file changed
.travis.yml
@@ -55,5 +55,5 @@ script:
55
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
56
python setup.py bdist_wheel;
57
export DISTS='dist/*';
58
- twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
+ $(pwd)/mason_packages/.link/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
59
fi;
0 commit comments