Skip to content

Commit

Permalink
as a workaround for now we're just gonna rm the reports tarball (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxndtaylor authored Jun 3, 2024
2 parents 77b5d49 + d7421fe commit ed25f9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi-publish-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
dist/*
badges/*.svg
- name: Publish package distributions to PyPI
run: pdm publish --no-build
run: |
rm dist/reports.tar.gz
pdm publish --no-build

0 comments on commit ed25f9d

Please sign in to comment.