We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4a643f commit 0645994Copy full SHA for 0645994
.github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: release
+name: release-please
2
on:
3
push:
4
branches:
@@ -48,10 +48,8 @@ jobs:
48
- name: Build package
49
run: python -m build
50
51
- - name: Publish to PyPI
+ - name: Publish package to PyPI
52
uses: pypa/gh-action-pypi-publish@release/v1
53
- with:
54
- password: ${{ secrets.PYPI_API_TOKEN }}
55
56
upload:
57
needs: release
0 commit comments