File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
release :
14
14
types : [published]
15
15
workflow_dispatch :
16
- workflow : " *"
17
16
18
17
jobs :
19
18
deploy :
20
19
runs-on : ubuntu-latest
20
+ environment : release
21
21
permissions :
22
22
# IMPORTANT: this permission is mandatory for trusted publishing
23
23
id-token : write
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v4
28
+ uses : actions/setup-python@v5
29
29
with :
30
30
python-version : ' 3.x'
31
31
41
41
- name : Publish package to TestPyPI
42
42
uses : pypa/gh-action-pypi-publish@release/v1
43
43
with :
44
- repository_url : https://test.pypi.org/legacy/
44
+ repository-url : https://test.pypi.org/legacy/
45
45
46
46
- name : Publish package to PyPI
47
47
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments