From 33ce604022599a215eae2028012f1fd059905c63 Mon Sep 17 00:00:00 2001 From: Eduardo Dadalto Date: Mon, 1 Jan 2024 19:57:56 -0600 Subject: [PATCH] Update PyPi workflow (#16) * solve minor issues * implement Beyond AUROC \& Co. * small changes * improve aggregations * fix typo * ninco ssb clean benchmark * update imagenet benchmarks * small changes * p-value combining method * small changes * update doi * update some datasets to hf hub * crop_pct bug * Ensembling + SC * fix pipelines * docs * fix docstrings * remove requirements.txt * remove ba * remove ba * bump version * bump actions * minor fix * minor fix * update pypi workflow --- .github/workflows/pypi-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index 2cd8fb1..f35f0ac 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -24,8 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install --upgrade build - pip install wheel + pip install --upgrade build setuptools wheel - name: Extract tag name id: tag run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)