Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Oct 30, 2022
1 parent 1f35755 commit 92f8063
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
- name: upload coverage
if: matrix.python-version == '3.11'
run: make codecov
- name: publish
if: ${{ github.ref == 'refs/heads/main' && matrix.python-version == '3.10' && github.event.head_commit.message == 'release' }}
run: make publish
6 changes: 0 additions & 6 deletions MANIFEST.in

This file was deleted.

2 changes: 1 addition & 1 deletion ccy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python currencies"""

__version__ = "1.2.2"
__version__ = "1.3.0"


from .core.country import (
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ description = "Python currencies"
authors = ["Luca Sbardella <luca@quantmind.com>"]
license = "BSD"
readme = "README.rst"
packages = [
{ include = "ccy" }
]

[tool.poetry.dependencies]
python = "^3.8,<3.12"
Expand Down

0 comments on commit 92f8063

Please sign in to comment.