Skip to content

Commit

Permalink
Merge pull request #73 from G-Research/71-automatically-publish-from-…
Browse files Browse the repository at this point in the history
…gha-to-pypi

Remove files we don't want.
  • Loading branch information
itamarst authored Aug 14, 2023
2 parents 05d09ef + c45f97d commit 2c18080
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ jobs:
name: Wheels
path: dist/
- run: |
# Remove badly named wheels:
rm dist/*-linux_*.whl
# Show what's left:
ls -R dist/
- name: Publish package distributions to PyPI (if tagged)
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 2c18080

Please sign in to comment.