diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 21f30e206..a4bf063e5 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -98,6 +98,7 @@ jobs: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} packages_dir: ./dist + skip_existing: true diff --git a/docs/src/changes.md b/docs/src/changes.md index 5cc16340f..9c2074fa0 100644 --- a/docs/src/changes.md +++ b/docs/src/changes.md @@ -1,6 +1,13 @@ # Changes {#changes} +## v1.1.27 + +Date | Description +---------- | ----------- +2022-08-23 | Fix issue where wheels cannot be updated + + ## v1.1.26 Date | Description