Skip to content

Commit 9207e3c

Browse files
author
matt wartell
authored
Merge pull request #1591 from twosixlabs/fix-build-0.15.4-no-push-to-pypi
omit push to pypi temporarily
2 parents 458fcdb + d1fb9b4 commit 9207e3c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
ref: ${{ github.event.client_payload.branch }}
1717
- uses: actions/setup-python@v1
1818
with:
19-
python-version: '3.7'
19+
python-version: "3.7"
2020
- name: Build and release wheel
2121
run: |
2222
pip install wheel
2323
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 }}
2828
release-tf2-docker:
2929
name: Build and release tf2 docker image
3030
needs: [release-wheel]
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.event.client_payload.branch }}
3737
- uses: actions/setup-python@v1
3838
with:
39-
python-version: '3.7'
39+
python-version: "3.7"
4040
- name: Build and release docker images
4141
run: |
4242
rm -rf /usr/share/dotnet &
@@ -59,7 +59,7 @@ jobs:
5959
ref: ${{ github.event.client_payload.branch }}
6060
- uses: actions/setup-python@v1
6161
with:
62-
python-version: '3.7'
62+
python-version: "3.7"
6363
- name: Build and release docker images
6464
run: |
6565
rm -rf /usr/share/dotnet &
@@ -82,7 +82,7 @@ jobs:
8282
ref: ${{ github.event.client_payload.branch }}
8383
- uses: actions/setup-python@v1
8484
with:
85-
python-version: '3.7'
85+
python-version: "3.7"
8686
- name: Build and release docker images
8787
run: |
8888
rm -rf /usr/share/dotnet &

0 commit comments

Comments
 (0)