Compare commits

..

No commits in common. "main" and "fix/install-path-gitea" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ jobs:
/tmp/install-test/bin/pip install dist/*.whl
/tmp/install-test/bin/codex-channel-molecule --help
- uses: actions/upload-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
@ -61,7 +61,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
- uses: actions/download-artifact@v4
with:
name: dist
path: dist/

View File

@ -24,8 +24,8 @@ test = [
codex-channel-molecule = "codex_channel_molecule.daemon:main"
[project.urls]
Homepage = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
Repository = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
Homepage = "https://github.com/Molecule-AI/codex-channel-molecule"
Repository = "https://github.com/Molecule-AI/codex-channel-molecule"
[tool.setuptools.packages.find]
include = ["codex_channel_molecule*"]