We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccdba2 commit fef7ccdCopy full SHA for fef7ccd
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: release-please
2
on:
3
push:
4
branches:
@@ -41,13 +41,11 @@ jobs:
41
with:
42
python-version-file: pyproject.toml
43
44
- - name: Install dependencies
+ - name: Install build
45
run: python -m pip install build
46
47
- name: Build package
48
run: python -m build
49
50
- - name: Publish to PyPI
+ - name: Publish package to PyPI
51
uses: pypa/gh-action-pypi-publish@release/v1
52
- with:
53
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments