Skip to content

Commit

Permalink
move-pipeline-to-actions: raw directive must be replaced by image for…
Browse files Browse the repository at this point in the history
… twine check
  • Loading branch information
Naeemedmo committed Mar 5, 2023
1 parent 6db6f33 commit dab7157
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -49,9 +49,9 @@ With the content ready, create a CV with:
It will look something like this:

.. raw:: html

<img src="./example.jpg" width="300">
.. image:: ./example.jpg
:align: center
:width: 300px

Projects and publications
=========================
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -5,6 +5,7 @@ description = "An automated tool for creating CVs on the fly."
authors = ["Jonathan Feinberg <jonathf@gmail.com>"]
license = "mit"
include = ["cvcreator/templates/*", "cvcreator/icons/*"]
readme="README.rst"

[tool.poetry.dependencies]
python = ">=3.7"
Expand Down

0 comments on commit dab7157

Please sign in to comment.