Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Jan 28, 2024
1 parent 8db930d commit 84352a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ jobs:
Rscript --version
ls -la
- name: Build Distribution Packages
run: |
python setup.py sdist bdist_wheel
ls -l dist
#- name: Build Distribution Packages
# run: |
# python setup.py sdist bdist_wheel
# ls -l dist

- name: Run Python Examples from Subdirectory
run: |
find examples -maxdepth 2 -name "*.py" -exec python {} \;
#- name: Run Python Examples from Subdirectory
# run: |
# find examples -maxdepth 2 -name "*.py" -exec python {} \;

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_GLOBAL_BCN }}
repository-url: https://upload.pypi.org/legacy/
#- name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_GLOBAL_BCN }}
# repository-url: https://upload.pypi.org/legacy/
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ BCN
.. image:: https://pepy.tech/badge/BCN
:target: https://pepy.tech/project/BCN

.. image:: https://www.codefactor.io/repository/github/techtonique/bcn_python/badge
:target: https://www.codefactor.io/repository/github/techtonique/bcn_python
.. image:: https://www.codefactor.io/repository/github/techtonique/bcn_python/badge/main
:target: https://www.codefactor.io/repository/github/techtonique/bcn_python/overview/main
:alt: CodeFactor

.. image:: https://img.shields.io/badge/documentation-is_here-green
Expand Down

0 comments on commit 84352a1

Please sign in to comment.