Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
testing artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryaaron committed Feb 14, 2024
1 parent 9678450 commit 09aec53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
build_dist:
name: Build distribution 📦
runs-on: ubuntu-latest
outputs:
DISTS: ${{ steps.dists.outputs.artifact-id }}
steps:
- uses: actions/checkout@v4
- name: set up python
Expand All @@ -37,7 +35,7 @@ jobs:
- name: Archive Production Artifact
uses: actions/upload-artifact@v4
id: dists
id: lmbuddy_dists
with:
name: dist
path: dist/
Expand Down Expand Up @@ -77,7 +75,7 @@ jobs:
- name: download artifacts
uses: actions/download-artifact@v4
with:
name: dists
# name: lmbuddy_dists
path: ./dist/
merge-multiple: true

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "lm-buddy"
version = "0.1.0rc8"
version = "0.1.0rc9"
description = "Ray-centric library for finetuning and evaluation of (large) language models."
repository = "https://github.com/mozilla-ai/lm-buddy"
readme = "README.md"
Expand Down

0 comments on commit 09aec53

Please sign in to comment.