Skip to content

Commit

Permalink
Fix Readme, GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
PSU3D0 committed Jul 1, 2024
1 parent 225da57 commit 900a669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
prerelease: false

- name: publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<br />
<div align="center">
<a href="https://github.com/docprompt/Docprompt">
<img src="docs/docprompt/static/img/logo.png" alt="Logo" width="120" height="120">
<img src="docs/assets/static/img/logo.png" alt="Logo" width="120" height="120">
</a>

<h3 align="center">Docprompt</h3>
Expand Down

0 comments on commit 900a669

Please sign in to comment.