File tree Expand file tree Collapse file tree 1 file changed +27
-23
lines changed Expand file tree Collapse file tree 1 file changed +27
-23
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,36 @@ jobs:
14
14
contents : write
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
18
- with :
19
- fetch-depth : 0
17
+ - uses : actions/checkout@v3
18
+ with :
19
+ fetch-depth : 0
20
20
21
- - name : Python Semantic Release
22
- uses : python-semantic-release/python-semantic-release@master
23
- with :
24
- github_token : ${{ secrets.GH_TOKEN }}
21
+ - name : Python Semantic Release
22
+ uses : python-semantic-release/python-semantic-release@master
23
+ with :
24
+ github_token : ' ${{ secrets.GH_TOKEN }}'
25
25
26
26
upload-to-pypi :
27
27
runs-on : ubuntu-latest
28
28
29
29
steps :
30
- - uses : actions/checkout@v3
31
- - name : Set up Python
32
- uses : actions/setup-python@v3
33
- with :
34
- python-version : ' 3.x'
35
- - name : Install dependencies
36
- run : |
37
- python -m pip install --upgrade pip
38
- pip install build
39
- - name : Build package
40
- run : python -m build
41
- - name : Publish package
42
- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
43
- with :
44
- user : __token__
45
- password : ${{ secrets.PYPI_API_TOKEN }}
30
+ - uses : actions/checkout@v3
31
+
32
+ - name : Set up Python
33
+ uses : actions/setup-python@v3
34
+ with :
35
+ python-version : 3.x
36
+
37
+ - name : Install dependencies
38
+ run : |
39
+ python -m pip install --upgrade pip
40
+ pip install build
41
+
42
+ - name : Build package
43
+ run : python -m build
44
+
45
+ - name : Publish package
46
+ uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
47
+ with :
48
+ user : __token__
49
+ password : ' ${{ secrets.PYPI_API_TOKEN }}'
You can’t perform that action at this time.
0 commit comments