Skip to content

Commit 84352a1

Browse files
update README
1 parent 8db930d commit 84352a1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/python-publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,17 @@ jobs:
5555
Rscript --version
5656
ls -la
5757
58-
- name: Build Distribution Packages
59-
run: |
60-
python setup.py sdist bdist_wheel
61-
ls -l dist
58+
#- name: Build Distribution Packages
59+
# run: |
60+
# python setup.py sdist bdist_wheel
61+
# ls -l dist
6262

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

67-
- name: Publish to PyPI
68-
uses: pypa/gh-action-pypi-publish@release/v1
69-
with:
70-
password: ${{ secrets.PYPI_GLOBAL_BCN }}
71-
repository-url: https://upload.pypi.org/legacy/
67+
#- name: Publish to PyPI
68+
# uses: pypa/gh-action-pypi-publish@release/v1
69+
# with:
70+
# password: ${{ secrets.PYPI_GLOBAL_BCN }}
71+
# repository-url: https://upload.pypi.org/legacy/

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ BCN
1212
.. image:: https://pepy.tech/badge/BCN
1313
:target: https://pepy.tech/project/BCN
1414

15-
.. image:: https://www.codefactor.io/repository/github/techtonique/bcn_python/badge
16-
:target: https://www.codefactor.io/repository/github/techtonique/bcn_python
15+
.. image:: https://www.codefactor.io/repository/github/techtonique/bcn_python/badge/main
16+
:target: https://www.codefactor.io/repository/github/techtonique/bcn_python/overview/main
1717
:alt: CodeFactor
1818

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

0 commit comments

Comments
 (0)