Skip to content

Commit 5a84edf

Browse files
committed
Release 0.5.0
1 parent 352145c commit 5a84edf

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,8 @@ jobs:
267267
needs: [test-wheels]
268268
runs-on: ubuntu-latest
269269
environment:
270-
# FIXME: use public PyPI
271-
# name: pypi
272-
# url: https://pypi.org/p/pymgl
273-
name: testpypi
274-
url: https://test.pypi.org/p/pymgl
270+
name: pypi
271+
url: https://pypi.org/p/pymgl
275272
permissions:
276273
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing to PyPI
277274
contents: write # this permission is required for the Github release action
@@ -288,9 +285,6 @@ jobs:
288285

289286
- name: Publish wheels to PyPI
290287
uses: pypa/gh-action-pypi-publish@release/v1
291-
# FIXME: remove
292-
with:
293-
repository-url: https://test.pypi.org/legacy/
294288

295289
- name: Create GitHub Release
296290
id: create_release

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# CHANGELOG
22

3-
## 0.5.0 (in progress)
3+
## 0.5.0 (9/30/2024)
44

55
### Breaking changes
66

77
- dropped support for Python 3.8; now requires >= 3.9
8-
- dropped support for MacOS 10 and 11; now requires MacOS >= 12. Wheels are
9-
only available for Apple Silicon (Arm64).
8+
- dropped support for MacOS 10 and 11; now requires MacOS >= 12. MacOS wheels
9+
are only available for Apple Silicon (Arm64).
1010

1111
### Improvements
1212

0 commit comments

Comments
 (0)