diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index a3b67e7..5a23b8e 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -267,11 +267,8 @@ jobs: needs: [test-wheels] runs-on: ubuntu-latest environment: - # FIXME: use public PyPI - # name: pypi - # url: https://pypi.org/p/pymgl - name: testpypi - url: https://test.pypi.org/p/pymgl + name: pypi + url: https://pypi.org/p/pymgl permissions: id-token: write # IMPORTANT: this permission is mandatory for trusted publishing to PyPI contents: write # this permission is required for the Github release action @@ -288,9 +285,6 @@ jobs: - name: Publish wheels to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - # FIXME: remove - with: - repository-url: https://test.pypi.org/legacy/ - name: Create GitHub Release id: create_release diff --git a/CHANGES.md b/CHANGES.md index 52c6596..8fd4e58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,12 @@ # CHANGELOG -## 0.5.0 (in progress) +## 0.5.0 (9/30/2024) ### Breaking changes - dropped support for Python 3.8; now requires >= 3.9 -- dropped support for MacOS 10 and 11; now requires MacOS >= 12. Wheels are - only available for Apple Silicon (Arm64). +- dropped support for MacOS 10 and 11; now requires MacOS >= 12. MacOS wheels + are only available for Apple Silicon (Arm64). ### Improvements