Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a8cd3648f | |||
| d59d1f15ac | |||
| a4b3109e49 | |||
| cdf0892b2e | |||
| 2f7f7a36c8 |
@@ -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@v4
|
||||
- uses: actions/upload-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
permissions:
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/download-artifact@v4
|
||||
- uses: actions/download-artifact@v3 # pinned to v3 for Gitea act_runner v0.6 compatibility (internal#46)
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
||||
+2
-2
@@ -24,8 +24,8 @@ test = [
|
||||
codex-channel-molecule = "codex_channel_molecule.daemon:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/Molecule-AI/codex-channel-molecule"
|
||||
Repository = "https://github.com/Molecule-AI/codex-channel-molecule"
|
||||
Homepage = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
|
||||
Repository = "https://git.moleculesai.app/molecule-ai/codex-channel-molecule"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["codex_channel_molecule*"]
|
||||
|
||||
Reference in New Issue
Block a user