Skip to content

Commit 5a56cc6

Browse files
committed
remove pypi instal
1 parent 3d49713 commit 5a56cc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2727
PUBLISH_BRANCH: gh-pages
2828
PUBLISH_DIR: docs/build/html
29-
- name: Build Package
30-
run: |
31-
python3 setup.py sdist
32-
- name: Deploy Package
33-
uses: pypa/gh-action-pypi-publish@master
34-
with:
35-
user: __token__
36-
password: ${{ secrets.PYPI_TOKEN }}
29+
#- name: Build Package
30+
#run: |
31+
#python3 setup.py sdist
32+
#- name: Deploy Package
33+
#uses: pypa/gh-action-pypi-publish@master
34+
#with:
35+
#user: __token__
36+
#password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)