Skip to content

Commit 9770f02

Browse files
authored
one more try at fixing PyPI upload
1 parent 758a1a4 commit 9770f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ jobs:
181181

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

187186
- uses: actions/upload-artifact@v4
188187
with:

0 commit comments

Comments
 (0)