Skip to content

Commit 83eac90

Browse files
authored
Only publish once; update README (#283)
1 parent 10ae57a commit 83eac90

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ jobs:
6969
path: dist
7070
- name: Clean up aviary.lfrqa build # Work around https://github.com/hynek/build-and-inspect-python-package/issues/174
7171
run: rm -r ${{ steps.build-aviary-lfrqa.outputs.dist }}
72-
- uses: pypa/gh-action-pypi-publish@release/v1
73-
with:
74-
password: ${{ secrets.PYPI_API_TOKEN }}
7572
- id: build-aviary-notebook
7673
uses: hynek/build-and-inspect-python-package@v2
7774
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Below we list some pre-existing environments implemented in Aviary:
423423
| HotPotQA | [`aviary.hotpotqa`](https://pypi.org/project/aviary.hotpotqa/) | `fhaviary[hotpotqa]` | [`README.md`](packages/hotpotqa/README.md#installation) |
424424
| LitQA | [`aviary.litqa`](https://pypi.org/project/aviary.litqa/) | `fhaviary[litqa]` | [`README.md`](packages/litqa/README.md#installation) |
425425
| LFRQA | [`aviary.lfrqa`](https://pypi.org/project/aviary.lfrqa/) | `fhaviary[lfrqa]` | [`README.md`](packages/lfrqa/README.md#installation) |
426-
| Notebook | N/A | `fhaviary[notebook]` | [`README.md`](packages/notebook/README.md#installation) |
426+
| Notebook | [`aviary.notebook`](https://pypi.org/project/aviary.notebook/) | `fhaviary[notebook]` | [`README.md`](packages/notebook/README.md#installation) |
427427

428428
### Task Datasets
429429

0 commit comments

Comments
 (0)