Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
orf committed Oct 19, 2024
1 parent f9deb12 commit f0087cd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
@@ -97,4 +97,4 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/dataset/merged-*.parquet
asset_path: ${{ github.workspace }}/dataset/dataset-*.parquet
2 changes: 1 addition & 1 deletion src/pypi_data/combine_parquet.py
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ async def combine_parquet(repositories: list[CodeRepository], directory: Path):

hashed_keys = hash_parquet_keys(keys)
final_path = roll_up_path.rename(
directory / f"merged-{roll_up_count}-{hashed_keys[:6]}.parquet"
directory / f"dataset-{hashed_keys[:8]}.parquet"
)

log.info(

0 comments on commit f0087cd

Please sign in to comment.