Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwilhelm committed Feb 13, 2025
1 parent 8d50f74 commit 63facf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
uses: actions/[email protected]
with:
overwrite: true
name: linux-${{ matrix.target }}-wheels-${{ github.run_id }}
name: release-wheel-linux-${{ matrix.target }}-${{ github.run_id }}
path: dist

build-windows:
Expand All @@ -233,7 +233,7 @@ jobs:
uses: actions/[email protected]
with:
overwrite: true
name: windows-${{ matrix.target }}-wheels-${{ github.run_id }}
name: release-wheel-windows-${{ matrix.target }}-${{ github.run_id }}
path: dist

build-macos:
Expand All @@ -258,7 +258,7 @@ jobs:
uses: actions/[email protected]
with:
overwrite: true
name: macos-${{ matrix.target }}-wheels-${{ github.run_id }}
name: release-wheel-macos-${{ matrix.target }}-${{ github.run_id }}
path: dist

sdist:
Expand All @@ -276,7 +276,7 @@ jobs:
uses: actions/[email protected]
with:
overwrite: true
name: wheels-${{ github.run_id }}
name: release-sdist-${{ github.run_id }}
path: dist

release:
Expand All @@ -287,7 +287,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: wheels-${{ github.run_id }}
pattern: release-*-${{ github.run_id }}
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
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-dev5"
version = "1.2.0-dev6"
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.dev5"
version = "1.2.0.dev6"
description = "Data filters"
license = { text = "Apache-2.0" }
readme = "README.md"
Expand Down

0 comments on commit 63facf6

Please sign in to comment.