diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23c8e3a..720c2ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,5 +31,5 @@ jobs: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | - python -m build --sdist skprox - twine upload dist/* \ No newline at end of file + python -m build --sdist . + twine upload dist/*