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 8555a73 commit 1fd3d2aCopy full SHA for 1fd3d2a
.github/workflows/build_release.yml
@@ -58,7 +58,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
58
- name: Install built wheel
59
run: |
60
pip install ./dist/pydracula-*.whl --force-reinstall
61
- rm -Force dist
+ rmdir -r dist
62
python -c "import pydracula; pydracula.Lang"
63
- name: Upload wheels
64
uses: actions/upload-artifact@v3
@@ -226,4 +226,4 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
226
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
227
228
pip install --upgrade twine
229
- twine upload --skip-existing *
+ twine upload --skip-existing *
0 commit comments