Skip to content

Commit 44bfd8d

Browse files
committed
remove auto deploy
1 parent e136123 commit 44bfd8d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2929
PUBLISH_BRANCH: gh-pages
3030
PUBLISH_DIR: docs/build/html
31-
- name: Build Package
32-
run: |
33-
python3 setup.py sdist
34-
- name: Deploy Package
35-
uses: pypa/gh-action-pypi-publish@master
36-
with:
37-
user: __token__
38-
password: ${{ secrets.PYPI_TOKEN }}
31+
#- name: Build Package
32+
#run: |
33+
#python3 setup.py sdist
34+
#- name: Deploy Package
35+
#uses: pypa/gh-action-pypi-publish@master
36+
#with:
37+
#user: __token__
38+
#password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)