diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 00863c86..52b05128 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,5 +55,5 @@ jobs: - name: Publish sdist and wheel to PyPI uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 with: - repository-url: https://pypi.org/p/autograd + repository-url: https://pypi.org/p/autograd/ packages-dir: dist/ diff --git a/pyproject.toml b/pyproject.toml index 8c9ee473..10d78b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "autograd" -version = "1.6.3" +version = "1.7.0" requires-python = ">=3.8" description = "Efficiently computes derivatives of NumPy code." readme = "README.md"