File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ jobs:
2929 exit 1
3030 fi
3131
32- - name : Set up Python
33- uses : actions/setup-python@v2
34- with :
35- python-version : ' 3.x'
36-
37- - name : Install dependencies
38- run : |
39- python -m pip install --upgrade pip
40- pip install setuptools wheel twine
41-
42- - name : Build and check Python distributions
43- run : |
44- python setup.py sdist bdist_wheel
45- twine check dist/*
46-
47- - name : Publish package distributions to PyPI
48- uses : pypa/gh-action-pypi-publish@release/v1
32+ # - name: Set up Python
33+ # uses: actions/setup-python@v2
34+ # with:
35+ # python-version: '3.x'
36+
37+ # - name: Install dependencies
38+ # run: |
39+ # python -m pip install --upgrade pip
40+ # pip install setuptools wheel twine
41+
42+ # - name: Build and check Python distributions
43+ # run: |
44+ # python setup.py sdist bdist_wheel
45+ # twine check dist/*
46+
47+ # - name: Publish package distributions to PyPI
48+ # uses: pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments