Skip to content

Commit fdcf7f3

Browse files
committed
fix CI
1 parent 92e2c75 commit fdcf7f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install build
3030
- name: Build package
3131
run: python -m build
32-
- name: Publish package to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
34-
with:
35-
package-dir: ./dist
32+
#- name: Publish package to PyPI
33+
# uses: pypa/gh-action-pypi-publish@release/v1
34+
# with:
35+
# package-dir: ./dist

0 commit comments

Comments
 (0)