Skip to content

Commit

Permalink
Merge pull request #23 from Techtonique/cythonize
Browse files Browse the repository at this point in the history
install --verbose
  • Loading branch information
thierrymoudiki authored Jan 31, 2024
2 parents 1bdb272 + be542f6 commit 9077ee8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Run examples
run: pip install .&&find examples -maxdepth 2 -name "*.py" -exec python3 {} \;

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }}
repository-url: https://upload.pypi.org/legacy/
#- name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_GLOBAL_MLSAUCE }}
# repository-url: https://upload.pypi.org/legacy/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Miscellaneous Statistical/Machine learning stuff.
- __1st method__: by using `pip` at the command line for the stable version

```bash
pip install mlsauce
pip install mlsauce --verbose
```


- __2nd method__: from Github, for the development version

```bash
pip install git+https://github.com/Techtonique/mlsauce.git
pip install git+https://github.com/Techtonique/mlsauce.git --verbose
```

- __3rd method__: using `conda`
Expand Down

0 comments on commit 9077ee8

Please sign in to comment.