From a8a13f4483ea51b1c15d093004c8ed91b0a0c46b Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Sat, 24 Feb 2018 20:56:15 -0800 Subject: [PATCH] Fix colon-space issue with YAML in .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 040af27..9f11545 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -89,7 +89,7 @@ Deploy to PyPI: - cd $CI_PROJECT_DIR - rm -rf ../tagger - sleep 60 # Wait for GitLab to mirror to GitHub - - curl -u plasticity-admin:$GITHUB_TOKEN -d "{\"tag_name\": \"$(python setup.py -V)\", \"name\": \"Release $(python setup.py -V)\"}" -H "Content-Type: application/json" -X POST https://api.github.com/repos/plasticityai/$CI_PROJECT_NAME/releases + - curl -u plasticity-admin:$GITHUB_TOKEN -d "{\"tag_name\":\"$(python setup.py -V)\", \"name\":\"Release $(python setup.py -V)\"}" -H "Content-Type:"" application/json" -X POST https://api.github.com/repos/plasticityai/$CI_PROJECT_NAME/releases - envsubst < deployment/.pypirc > ~/.pypirc - chmod 600 ~/.pypirc - python setup.py sdist upload -r pypitest diff --git a/README.md b/README.md index 8106760..6b6a58b 100644 --- a/README.md +++ b/README.md @@ -343,11 +343,11 @@ You can contact us at [opensource@plasticity.ai](mailto:opensource@plasticity.ai ## Other Notable Projects * [spotify/annoy](https://github.com/spotify/annoy) - Powers the approximate nearest neighbors algorithm behind `most_similar_approx` in Magnitude using random-projection trees and hierarchical 2-means. Thanks to author [Erik Bernhardsson](https://github.com/erikbern) for helping out with some of the integration details between Magnitude and Annoy. -## Citing +## Citing this Repository -If you'd like to cite this repository you can use the following DOI:     [![DOI](https://zenodo.org/badge/122715432.svg)](https://zenodo.org/badge/latestdoi/122715432) +If you'd like to cite this repository you can use the following DOI badge:  [![DOI](https://zenodo.org/badge/122715432.svg)](https://zenodo.org/badge/latestdoi/122715432) -You can create a BibTeX citation from the DOI using a service like [doi2bib](https://www.doi2bib.org/). +Clicking on the badge will lead to a page that will help you generate proper BibTeX citations, JSON-LD citations, and other citations. ## LICENSE and Attribution