Skip to content

Commit 3e4d543

Browse files
Pipy/initial publish (#27)
* 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
1 parent 95ef971 commit 3e4d543

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![project-banner](https://github.com/saezlab/pkg_infra/raw/main/docs/assets/project-banner-readme.png)
1+
![project-banner](https://raw.githubusercontent.com/saezlab/pkg_infra/main/docs/assets/project-banner-readme.png)
22

33
---
44

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.dev1"
51+
version = "0.0.1.dev2"
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.dev1'
26+
_VERSION = '0.0.1.dev2'
2727

2828

2929
def get_metadata() -> dict:

0 commit comments

Comments
 (0)