Skip to content

Commit

Permalink
Bump artifacts version
Browse files Browse the repository at this point in the history
  • Loading branch information
no0p committed Mar 5, 2025
1 parent 42ee3bd commit e9527eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
sudo apt-get update
sudo apt-get install --yes --upgrade build-essential cmake protobuf-compiler libssl-dev glibc-source musl-tools
- name: Upload wheels
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-linux-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -230,7 +230,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
- name: Upload wheels
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-windows-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -255,7 +255,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
- name: Upload wheels
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-wheel-macos-${{ matrix.target }}-${{ github.run_id }}
Expand All @@ -273,7 +273,7 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/[email protected]
uses: actions/[email protected].1
with:
overwrite: true
name: release-sdist-${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dolma"
version = "1.2.0-dev6"
version = "1.2.0-dev7"
edition = "2021"
license = "Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dolma"
version = "1.2.0.dev6"
version = "1.2.0.dev7"
description = "Data filters"
license = { text = "Apache-2.0" }
readme = "README.md"
Expand Down

0 comments on commit e9527eb

Please sign in to comment.