Skip to content

Commit

Permalink
edit publishing setup
Browse files Browse the repository at this point in the history
  • Loading branch information
girardinsamuel committed Sep 26, 2020
1 parent 6fa1808 commit dc4e495
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $ python craft serve

The repository is already setup to use `Coveralls` to publish the package coverage. You just need to:

1. Login/register at [coveralls.io](https://coveralls.io/).
1. Login/register on [coveralls.io](https://coveralls.io/).
2. Select your Github repository and enable coveralls.

Github CI will run tests, compute coverage and upload it to coveralls. The badge is already configured for
Expand All @@ -101,6 +101,9 @@ Of course you can use `codecov` if you prefer, you will have to edit Github work
To publish the package read the Official Documentation guide on [publishing package to PyPi](https://docs.masoniteproject.com/advanced/creating-packages#uploading-to-pypi).

A Github workflow is already configure to publish the package to PyPi when
a release is created.
a release is created. You just have to:

1. Login/register on [pypi.io](https://pypi.io/).
2. Add your credentials as Github secrets in this repository: `PYPI_USERNAME` and `PYPI_PASSWORD`

More info in [Contributing Documentation](CONTRIBUTING.md).

0 comments on commit dc4e495

Please sign in to comment.