File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1010 types : [created]
1111
1212jobs :
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 :
You can’t perform that action at this time.
0 commit comments