Skip to content

Commit

Permalink
one more try at fixing PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo authored Sep 26, 2024
1 parent 758a1a4 commit 9770f02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ jobs:

# 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
- run: rm -f dist/pypartmc*.tar.gz

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9770f02

Please sign in to comment.