We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655a0ee commit d78b46eCopy full SHA for d78b46e
.github/workflows/release.yaml
@@ -66,4 +66,7 @@ jobs:
66
- name: Publish distribution 📦 to PyPI
67
uses: pypa/gh-action-pypi-publish@release/v1
68
with:
69
- repository-url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
70
+ env:
71
+ TWINE_USERNAME: ${{ github.actor }}
72
+ TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments