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 758a1a4 commit 9770f02Copy full SHA for 9770f02
.github/workflows/tests+pypi.yml
@@ -181,8 +181,7 @@ jobs:
181
182
# case sensitivity issue - avoid coexisting PyPartMC-... and pypartmc-... files
183
# https://github.com/pypi/warehouse/issues/15824
184
- - if: matrix.platform == 'windows-latest'
185
- run: rm dist/pypartmc*.tar.gz
+ - run: rm -f dist/pypartmc*.tar.gz
186
187
- uses: actions/upload-artifact@v4
188
with:
0 commit comments