Skip to content

Commit

Permalink
Update PyPi workflow (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
edadaltocg authored Jan 2, 2024
1 parent 1a312c8 commit 33ce604
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 33ce604

Please sign in to comment.