File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 5
5
types : published
6
6
7
7
jobs :
8
- release :
8
+ pypi-publish :
9
+ name : Upload release to PyPI
9
10
runs-on : ubuntu-latest
10
-
11
+ environment :
12
+ name : pypi
13
+ url : https://pypi.org/p/injectable
14
+ permissions :
15
+ id-token : write
11
16
steps :
12
- - id : checkout_action
13
- uses : actions/checkout@master
14
- - name : Publish new release to PyPI
15
- uses : mariamrf/py-package-publish-action@v1.0.0
16
- with :
17
- python_version : 3.9.19
18
- env :
19
- TWINE_USERNAME : ${{ secrets.pypi_username }}
20
- TWINE_PASSWORD : ${{ secrets.pypi_password }}
17
+ - id : checkout_action
18
+ uses : actions/checkout@master
19
+ - name : Publish package distributions to PyPI
20
+ uses : pypa/gh-action-pypi-publish@v1.9.0
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 4.0.0 (2024-07-04 )
4
+ 4.0.0 (2024-07-12 )
5
5
------------------
6
6
* Drop support for Python versions 3.6, 3.7 and 3.8
7
7
* Comply with PEP-593 and support typing.Annotated
You can’t perform that action at this time.
0 commit comments