From c469f47f9f49c0b0648c75ba83313f281161562a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 12 Nov 2023 02:19:56 +0000 Subject: [PATCH] 0.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a64eee..245576f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v0.2.0 (2023-11-12) + +### Feature + +* feat: publish to pypi (#38) + +- rename file from deploy.yml to publish.yml since publication is + the more accurate verb when it comes to Python and PyPI +- add additional config to publish.yml for publising to PyPI if + publication to TestPyPI succeeds +- remove dead code from pyproject.toml ([`f8a6cea`](https://github.com/abid-mujtaba/testing-fixtures/commit/f8a6cea0eab6cdf1ebd75b861bbfeec2b39ede67)) + + ## v0.1.10 (2023-11-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0ff2963..9c9ccab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "testing-fixtures" -version = "0.1.10" +version = "0.2.0" authors = [ { name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" } ]