File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments