Skip to content

Commit 8365248

Browse files
Initial Release on PyPI (#28)
* chores: fix mkdocs to avoid upgrade to version 2.0 * docs: update all the documentation with current implementation * cicd: add workflow for publishing in pypi * cicd: add workflow to testability in TestPyPI * cicd: remove pipy environment to keep zero warnings off in this release * fix: fix README to render banner in TestPyPi * chores: move banner to the top of the document. * chores: fix conflict with previous change * chores: bumb version to 0.0.1.dev1 * chores: try another workaround to show the banner * pipy: Initial release. This version has been tested on TestPyPI previously.
1 parent 3e4d543 commit 8365248

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ name = "pkg_infra"
4848
# ]
4949
readme = "README.md"
5050
requires-python = ">=3.10"
51-
version = "0.0.1.dev2"
51+
version = "0.0.1"
5252

5353
[project.optional-dependencies]
5454
dev = [

src/pkg_infra/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import toml
2525

26-
_VERSION = '0.0.1.dev2'
26+
_VERSION = '0.0.1'
2727

2828

2929
def get_metadata() -> dict:

0 commit comments

Comments
 (0)