Skip to content

Commit 1fd3d2a

Browse files
Update build_release.yml
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent 8555a73 commit 1fd3d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
5858
- name: Install built wheel
5959
run: |
6060
pip install ./dist/pydracula-*.whl --force-reinstall
61-
rm -Force dist
61+
rmdir -r dist
6262
python -c "import pydracula; pydracula.Lang"
6363
- name: Upload wheels
6464
uses: actions/upload-artifact@v3
@@ -226,4 +226,4 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
226226
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
227227
run: |
228228
pip install --upgrade twine
229-
twine upload --skip-existing *
229+
twine upload --skip-existing *

0 commit comments

Comments
 (0)