Skip to content

Commit 0645994

Browse files
ci(github): refactor release.yml
1 parent c4a643f commit 0645994

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 4 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:
@@ -48,10 +48,8 @@ jobs:
4848
- name: Build package
4949
run: python -m build
5050

51-
- name: Publish to PyPI
51+
- name: Publish package to PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
53-
with:
54-
password: ${{ secrets.PYPI_API_TOKEN }}
5553

5654
upload:
5755
needs: release

0 commit comments

Comments
 (0)