Skip to content

Commit

Permalink
fixing build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doncamilom committed Mar 13, 2024
1 parent 60a3529 commit f518f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f518f4d

Please sign in to comment.