Skip to content

Commit 04ae7ec

Browse files
authored
[skip ci] Enable pypi
1 parent 120684c commit 04ae7ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ jobs:
104104
- name: Build the wheel and sdist
105105
run: python -m build --no-isolation
106106

107-
#- name: Publish package to PyPI
108-
# uses: pypa/gh-action-pypi-publish@release/v1
109-
# with:
110-
# password: ${{ secrets.PYPI_API_TOKEN }}
111-
# packages-dir: dist/
107+
- name: Publish package to PyPI
108+
uses: pypa/gh-action-pypi-publish@release/v1
109+
with:
110+
password: ${{ secrets.PYPI_API_TOKEN }}
111+
packages-dir: dist/
112112

113113
- name: Create GitHub Release
114114
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844

0 commit comments

Comments
 (0)