Skip to content

Commit 369c919

Browse files
Update python-app.yml
1 parent 96057d5 commit 369c919

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/python-app.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929

3030
with:
3131
python-version: '3.x'
32-
- name: Install dependencies
33-
run: |
34-
python -m pip install --upgrade pip
35-
pip install build
36-
- name: Build package
37-
run: python -m build
38-
- name: Publish package
39-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40-
with:
41-
user: __token__
42-
password: ${{ secrets.PYPI_API_TOKEN }}
32+
# - name: Install dependencies
33+
# run: |
34+
# python -m pip install --upgrade pip
35+
# pip install build
36+
# - name: Build package
37+
# run: python -m build
38+
# - name: Publish package
39+
# uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
40+
# with:
41+
# user: __token__
42+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)