Skip to content

Commit

Permalink
fix: poetry and custom smithed librairies
Browse files Browse the repository at this point in the history
  • Loading branch information
edayot committed Jan 8, 2023
1 parent f2c4292 commit c21e37a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python 3.9
- name: Setup Python 3.11
uses: actions/setup-python@v2
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.12
version: 1.3.1
virtualenvs-create: true
virtualenvs-in-project: true
- name: Setup cache for dependencies
Expand Down
46 changes: 25 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
smithed-libraries = "^0.2.0"
python-semantic-release = "^7.16.2"
smithed-libraries = {git = "https://github.com/edayot/Libraries.git"}

[tool.semantic_release]
major_on_zero = false
Expand Down

0 comments on commit c21e37a

Please sign in to comment.