Skip to content

Commit 842485a

Browse files
author
Ferdia Soper Mac Cafraidh
committed
temporary disable build steps
1 parent a76d589 commit 842485a

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/dispatch-release-pypi.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)