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

Continous Integration workflows #28

Merged
merged 8 commits into from
Dec 15, 2022
Merged

Continous Integration workflows #28

merged 8 commits into from
Dec 15, 2022

Conversation

ASHuenchuleo
Copy link
Contributor

@ASHuenchuleo ASHuenchuleo commented Dec 15, 2022

Description

Added two workflows for the repository:

  • One updates the version number, commits the change and creates a tag, using python-semantic-release. It updates the version number according to the angular style commits.
  • The other publishes the package to PyPi after a github release.

Related Issue or Feature

Closes #27

Motivation and Context

This repository must be updated to the organization standards of continuous integration.

Updated requirements-dev.txt accordingly and added a .cfg file for
python-semantic-release.
@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Merging #28 (2b85765) into main (14a8df9) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #28   +/-   ##
=======================================
  Coverage   87.02%   87.02%           
=======================================
  Files           7        7           
  Lines         370      370           
=======================================
  Hits          322      322           
  Misses         48       48           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75a656c...2b85765. Read the comment docs.

@ASHuenchuleo ASHuenchuleo merged commit f1758dc into main Dec 15, 2022
@ASHuenchuleo ASHuenchuleo deleted the feature/pypi-ci branch December 15, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agregar CD a PyPi
2 participants