Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3 (#108)
Browse files Browse the repository at this point in the history
* Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.12.2...v1.12.3)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update _quantile_forest.py

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Reid Johnson <[email protected]>
  • Loading branch information
dependabot[bot] and reidjohnson authored Dec 15, 2024
1 parent e89f896 commit 2a81909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
pattern: artifact-*
merge-multiple: true

- uses: pypa/[email protected].2
- uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion quantile_forest/_quantile_forest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ class RandomForestQuantileRegressor(BaseForestQuantileRegressor):
>>> qrf.fit(X[:1000], y[:1000])
RandomForestQuantileRegressor(random_state=0)
>>> qrf.score(X, y, quantiles=0.5)
0.359...
0.35...
"""

def __init__(
Expand Down

0 comments on commit 2a81909

Please sign in to comment.