Skip to content

Commit ca99249

Browse files
modify pypi action version, temporarily disable docs rebuild commit
1 parent e3e7ceb commit ca99249

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: python${{ matrix.python-version }} -m build
3232

3333
- name: Publish package
34-
uses: pypa/gh-action-pypi-publish@release/v1.5
34+
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:
3636
user: __token__
3737
password: ${{ secrets.PYPI_TOKEN }}
@@ -76,6 +76,6 @@ jobs:
7676
rm -r html
7777
rm -r doctrees
7878
touch .nojekyll
79-
git add .
80-
git commit -a -m "update docs"
81-
git push
79+
# git add .
80+
# git commit -a -m "update docs"
81+
# git push

0 commit comments

Comments
 (0)