Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikboeck committed Jun 19, 2024
1 parent c56d6e3 commit 47cea82
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ jobs:
with:
python-version: 3.11

- name: Update System && Install Packages
run: |
sudo apt-get update
sudo apt-get install -y graphviz
- name: Install dependecies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = 'Parasite'
copyright = f'2024-{datetime.date.today().year}, Hendrik Boeck <hendrikboeck.dev@protonmail.com>'
author = 'Hendrik Boeck <hendrikboeck.dev@protonmail.com>'
release = 'v0.1.7'
release = 'v0.1.8'
html_title = f"{project} {release}"

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "parasite"
version = "0.1.7"
version = "0.1.8"
description = "Data validation for Python 3"
authors = ["Hendrik Boeck <hendrikboeck.dev@protonmail.com>"]
packages = [{ include = "*", from = "src" }]
Expand Down

0 comments on commit 47cea82

Please sign in to comment.