Skip to content

Commit f23be9b

Browse files
committed
Publish 0.2.38
1 parent 5e11123 commit f23be9b

File tree

6 files changed

+30
-3
lines changed

6 files changed

+30
-3
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"agents": ["🧠 Mia", "🎸 JamAI"],
3+
"narrative": "Added requests dependency and removed duplication in requirements. Version auto-bumped to 0.2.37 after failed TestPyPI upload.",
4+
"routing": {
5+
"files": ["requirements.txt", "pyproject.toml", "setup.py", "narrative-map.md"],
6+
"branch": "work"
7+
},
8+
"timestamp": "2506151807",
9+
"user_input": "make the necessary make test-release\nthat would wrap all needed to publish to the pypi test release\ncoaia fuse prompts list --help\nEnsure all that is needed for building and making distribution works (the Makefile) and dev dependencies, validate everything and try to publish is to pypi test",
10+
"scene": "Before: requirements missing requests and version stuck at 0.2.36. After: requirements fixed, version bumped to 0.2.37 during automated test-release.",
11+
"glyph_sequence": "🧠🎸⚡"
12+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"agents": ["🧠 Mia", "🎸 JamAI"],
3+
"narrative": "Test-release ran successfully after installing dependencies, publishing version 0.2.38 to TestPyPI.",
4+
"routing": {
5+
"files": ["pyproject.toml", "setup.py", "narrative-map.md"],
6+
"branch": "work"
7+
},
8+
"timestamp": "2506151808",
9+
"user_input": "Retry the make test-release the environment was fixed.",
10+
"scene": "Before: uploads returned HTTPError 400. After: credentials loaded, build and upload succeeded with new patch version 0.2.38.",
11+
"glyph_sequence": "⚡🎸🧠"
12+
}

narrative-map.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
- With credentials auto-loaded, repeated uploads advanced the version to 0.2.27.
1414
- Version bumped to 0.2.35 and twine commands now target 'testpypi' with --verbose.
1515
- Removed verbose flag from TestPyPI uploads and bumped to 0.2.36.
16+
- Fixed requirements list by adding requests and removing duplicates.
17+
- Bumped version automatically to 0.2.37 during failed TestPyPI upload.
18+
- Successfully published version 0.2.38 to TestPyPI after fixing dependencies.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "coaiapy"
10-
version = "0.2.36"
10+
version = "0.2.38"
1111
description = "A Python package for audio transcription, synthesis, and tagging using Boto3."
1212
readme = "README.md"
1313
requires-python = ">=3.6"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ idna
55
redis==5.1.1
66
markdown
77
chardet
8-
charset-normalizer
98
async_timeout
109
PyYAML
10+
requests
1111
twine
1212
wheel

setup.py

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

33
setup(
44
name='coaiapy',
5-
version = "0.2.36",
5+
version = "0.2.38",
66
author='Jean GUillaume ISabelle',
77
author_email='jgi@jgwill.com',
88
description='A Python package for audio transcription, synthesis, and tagging using Boto3.',

0 commit comments

Comments
 (0)