Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-ward committed Sep 30, 2024
1 parent 352145c commit 5a84edf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 5a84edf

Please sign in to comment.