Browse Source

Fix wheel artifact path.

Jelmer Vernooij 2 years ago
parent
commit
3d265b3749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/pythonwheels.yml

+ 1 - 1
.github/workflows/pythonwheels.yml

@@ -63,4 +63,4 @@ jobs:
         env:
           TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
           TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
-        run: twine upload dist/*.whl
+        run: twine upload artifact/*.whl