We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f134d3 commit 619f1e8Copy full SHA for 619f1e8
.github/workflows/tests.yml
@@ -616,11 +616,13 @@ jobs:
616
run: |
617
# PyPy wheels shouldn't be uploaded, remove them if present
618
find dist/ -name "*pypy*" -type f -delete || true
619
+ find dist/ -name "*none-any*" -type f -delete || true
620
621
- name: Remove wheels for future Python (if any were downloaded)
622
623
# Wheels for the no-yet-supported future Python version need to go
624
find dist/ -name "*3.15*" -type f -delete || true
625
+ find dist/ -name "*cp315*" -type f -delete || true
626
627
- name: Publish to PyPI
628
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments