From f518f4d756f25317d9d36d942e890a47106c75f2 Mon Sep 17 00:00:00 2001 From: Andres Date: Wed, 13 Mar 2024 21:17:16 +0100 Subject: [PATCH] fixing build workflow --- .github/workflows/build.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2531f92..18a6091 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,6 @@ jobs: run: | python -m build --sdist --wheel --outdir dist/ . - name: Publish distribution 📦 to PyPI - uses: pypa/gh-action-pypi-publish@main + uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/setup.py b/setup.py index c242fc9..22209d4 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "nest_asyncio", "tiktoken", "rmrkl", - "paper-scraper@git+https://github.com/blackadad/paper-scraper.git", + #"paper-scraper@git+https://github.com/blackadad/paper-scraper.git", "streamlit", "rxn4chemistry", "duckduckgo-search",