Skip to content

Commit

Permalink
chore(workflows): update release.yml and pyproject.toml configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
simjak committed Sep 30, 2024
1 parent 00971d6 commit d66b465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Release

on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand All @@ -13,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
Expand All @@ -30,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.11'
python-version: '3.12'
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "aurelio-sdk"
version = "0.0.2"
version = "0.0.3"
description = "Aurelio Platform SDK"
authors = ["Team <[email protected]>"]
readme = "README.md"
packages = [{ include = "aurelio_sdk" }]

[project]
name = "aurelio-sdk"
version = "0.0.2"
version = "0.0.3"
license = { file = "LICENSE" }

[tool.poetry.dependencies]
Expand Down

0 comments on commit d66b465

Please sign in to comment.