Skip to content

Commit fef7ccd

Browse files
ci(github): refactor release.yml
1 parent 2ccdba2 commit fef7ccd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: release-please
22
on:
33
push:
44
branches:
@@ -41,13 +41,11 @@ jobs:
4141
with:
4242
python-version-file: pyproject.toml
4343

44-
- name: Install dependencies
44+
- name: Install build
4545
run: python -m pip install build
4646

4747
- name: Build package
4848
run: python -m build
4949

50-
- name: Publish to PyPI
50+
- name: Publish package to PyPI
5151
uses: pypa/gh-action-pypi-publish@release/v1
52-
with:
53-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)