Skip to content

Commit 585bd8b

Browse files
committed
build only windows 2
1 parent 81a5fe9 commit 585bd8b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/python-publish.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ on:
1010
types: [created]
1111

1212
jobs:
13-
deploy:
13+
# deploy:
1414

15-
runs-on: ubuntu-latest
15+
# runs-on: ubuntu-latest
1616

17-
steps:
18-
- uses: actions/checkout@v2
19-
- name: Set up Python
20-
uses: actions/setup-python@v2
21-
with:
22-
python-version: '3.x'
23-
- name: Install dependencies
24-
run: |
25-
python -m pip install --upgrade pip
26-
pip install setuptools wheel twine cython
27-
- name: Build and publish
28-
env:
29-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
30-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
31-
run: |
32-
python setup.py sdist
17+
# steps:
18+
# - uses: actions/checkout@v2
19+
# - name: Set up Python
20+
# uses: actions/setup-python@v2
21+
# with:
22+
# python-version: '3.x'
23+
# - name: Install dependencies
24+
# run: |
25+
# python -m pip install --upgrade pip
26+
# pip install setuptools wheel twine cython
27+
# - name: Build and publish
28+
# env:
29+
# TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
30+
# TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
31+
# run: |
32+
# python setup.py sdist
3333
# twine upload dist/*
3434

3535
Matrix-build:

0 commit comments

Comments
 (0)