Skip to content

Commit

Permalink
workaround case [in]sensivity issue in sdist filenames blocking PyPI …
Browse files Browse the repository at this point in the history
…uploads
  • Loading branch information
slayoo authored Sep 26, 2024
1 parent 8ba81ac commit 758a1a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ jobs:
- if: matrix.platform == 'ubuntu-latest'
run: rm dist/*-linux_*

# case sensitivity issue - avoid coexisting PyPartMC-... and pypartmc-... files
# https://github.com/pypi/warehouse/issues/15824
- if: matrix.platform == 'windows-latest'
run: rm dist/pypartmc*.tar.gz

- uses: actions/upload-artifact@v4
with:
name: dist-${{matrix.platform}}-${{matrix.manylinux}}-${{matrix.python-version}}
Expand Down

0 comments on commit 758a1a4

Please sign in to comment.