Skip to content

Commit

Permalink
cicd: linked README
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Mar 11, 2024
1 parent 227d0e2 commit 22a1d11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/README.md
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
VERSION = os.environ["GITHUB_REF_NAME"].lstrip("v")


with open("../README.md", "r") as fh:
with open("README.md", "r") as fh:
long_description = fh.read()


Expand Down

0 comments on commit 22a1d11

Please sign in to comment.