Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 20, 2024
1 parent 9093ce1 commit 132b3ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,19 +66,19 @@ jobs:
- name: Generate Repo Metadata
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
run: uv run pypi-data load-repos repos.jsonl.zst
run: uv run pypi-data load-repos repos-with-packages.jsonl.zst

- name: Upload Assets
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/repos.jsonl.zst
asset_path: ${{ github.workspace }}/repos-with-packages.jsonl.zst

- name: Create links
run: uv run pypi-data create-links repos.jsonl.zst
run: uv run pypi-data create-links repos-with-packages.jsonl.zst

- name: Remove repos.json.zst
run: rm repos.jsonl.zst
- name: Remove repos-with-packages
run: rm repos-with-packages

- name: Create dataset
run: uv run pypi-data merge-datasets links/repositories.json dataset/
Expand Down

0 comments on commit 132b3ee

Please sign in to comment.