Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add base CI #5

Merged
merged 1 commit into from
Oct 18, 2018
Merged

Add base CI #5

merged 1 commit into from
Oct 18, 2018

Conversation

jmaupetit
Copy link
Contributor

@jmaupetit jmaupetit commented Oct 17, 2018

Purpose

We need to add a basic CI to this project.

Proposal

Automate project packaging and publication to PyPI.

⚠️

# Get current tag corresponding commit ID
tag_commit=$(git rev-list -n 1 $CIRCLE_TAG)

# Check that the tag refer to a commit in the $TARGET_BRANCH (e.g.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/refer/refers

.circleci/config.yml Show resolved Hide resolved
We've added Twine development dependency to upload the package to PyPI
once built. The CI is pretty basic for now as it focuses on the
packaging of the project only.
@jmaupetit jmaupetit merged commit ec1267c into master Oct 18, 2018
@jmaupetit jmaupetit deleted the add-ci branch October 18, 2018 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants