Skip to content

Commit 17cc7c2

Browse files
Add classes_ attribute to fit method in BCNClassifier Pt.2
1 parent ea2f70d commit 17cc7c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
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/

0 commit comments

Comments
 (0)