We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2138fde commit b528516Copy full SHA for b528516
.github/workflows/python-publish.yml
@@ -28,8 +28,7 @@ jobs:
28
run: python -m build
29
- name: Publish to Pypi
30
uses: pypa/gh-action-pypi-publish@release/v1
31
- with:
32
# This action handles building and publishing automatically
33
# No need to manually run setup.py or twine
34
# No secrets needed here for PyPI username/password
35
- # The action will use the OIDC token from the permissions block
+ # The action will use the OIDC token from the permissions block
0 commit comments