File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,22 @@ permissions:
1717
1818jobs :
1919 deploy :
20-
2120 runs-on : ubuntu-latest
2221
2322 steps :
24- - uses : actions/checkout@v3
25- - name : Set up Python
26- uses : actions/setup-python@v3
27- with :
28- python-version : ' 3.x'
29- - name : Install dependencies
30- run : |
31- python -m pip install --upgrade pip
32- pip install build
33- - name : Build package
34- run : python -m build
35- - name : Publish package
36- uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37- with :
38- user : __token__
39- password : ${{ secrets.PYPI_API_TOKEN }}
23+ - uses : actions/checkout@v3
24+ - name : Set up Python
25+ uses : actions/setup-python@v3
26+ with :
27+ python-version : " 3.x"
28+ - name : Install dependencies
29+ run : |
30+ python -m pip install --upgrade pip
31+ pip install build
32+ - name : Build package
33+ run : python -m build
34+ - name : Publish package
35+ uses : pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
36+ with :
37+ user : __token__
38+ password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments