Explorar el Código

Fix wheel artifact path.

Jelmer Vernooij hace 2 años
padre
commit
3d265b3749
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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