/srv/osrm/osrm-backend/third_party/flatbuffers/.travis
NameSizeModeActions
build-and-run-docker-test-containers.sh15120755editdlrm
check-generate-code.sh12760755editdlrm
check-sources.sh11340644editdlrm
check-sources.sh.py11860644editdlrm
deploy-python.sh3220755editdlrm
Edit: /srv/osrm/osrm-backend/third_party/flatbuffers/.travis/deploy-python.sh (322B)
#!/bin/bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" PROD_REPOSITORY="https://upload.pypi.org/legacy/" TEST_REPOSITORY="https://test.pypi.org/legacy/" twine upload \ --username "$PYPI_USERNAME" \ --password "$PYPI_PASSWORD" \ --repository-url "$PROD_REPOSITORY" \ "$DIR/../python/dist/"*