File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
16
16
ref : ${{ github.event.client_payload.branch }}
17
17
- uses : actions/setup-python@v1
18
18
with :
19
- python-version : ' 3.7'
19
+ python-version : " 3.7"
20
20
- name : Build and release wheel
21
21
run : |
22
22
pip install wheel
23
23
python setup.py bdist_wheel
24
- - uses : pypa/gh-action-pypi-publish@master
25
- with :
26
- user : __token__
27
- password : ${{ secrets.pypi_token }}
24
+ # - uses: pypa/gh-action-pypi-publish@master
25
+ # with:
26
+ # user: __token__
27
+ # password: ${{ secrets.pypi_token }}
28
28
release-tf2-docker :
29
29
name : Build and release tf2 docker image
30
30
needs : [release-wheel]
36
36
ref : ${{ github.event.client_payload.branch }}
37
37
- uses : actions/setup-python@v1
38
38
with :
39
- python-version : ' 3.7'
39
+ python-version : " 3.7"
40
40
- name : Build and release docker images
41
41
run : |
42
42
rm -rf /usr/share/dotnet &
59
59
ref : ${{ github.event.client_payload.branch }}
60
60
- uses : actions/setup-python@v1
61
61
with :
62
- python-version : ' 3.7'
62
+ python-version : " 3.7"
63
63
- name : Build and release docker images
64
64
run : |
65
65
rm -rf /usr/share/dotnet &
82
82
ref : ${{ github.event.client_payload.branch }}
83
83
- uses : actions/setup-python@v1
84
84
with :
85
- python-version : ' 3.7'
85
+ python-version : " 3.7"
86
86
- name : Build and release docker images
87
87
run : |
88
88
rm -rf /usr/share/dotnet &
You can’t perform that action at this time.
0 commit comments