Skip to content

Commit

Permalink
Hotfix: Purge unreleasable packages from release artefacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Feb 6, 2024
1 parent 0423c13 commit 32714c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
name: ${{ needs.ci.outputs.artifact-name }}
path: dist

- name: Purge non-release packages
run: rm -rf dist/x-*

- name: Install packages
run: pip install dist/*.whl

Expand Down

0 comments on commit 32714c9

Please sign in to comment.