Skip to content

Commit 9a6a052

Browse files
committed
Twine fix [publish]
1 parent c2dff9a commit 9a6a052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ script:
5555
- if [[ ${COMMIT_MESSAGE} =~ "[publish]" ]]; then
5656
python setup.py bdist_wheel;
5757
export DISTS='dist/*';
58-
twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
58+
$(pwd)/mason_packages/.link/bin/twine upload -u $PYPI_USER -p $PYPI_PASSWORD $DISTS ;
5959
fi;

0 commit comments

Comments
 (0)