Skip to content

Commit

Permalink
Add classes_ attribute to fit method in BCNClassifier Pt.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Feb 5, 2024
1 parent ea2f70d commit 17cc7c2
Showing 1 changed file with 12 additions and 12 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/

0 comments on commit 17cc7c2

Please sign in to comment.