File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments