We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b25741 commit f1ca69aCopy full SHA for f1ca69a
.github/workflows/ci.yaml
@@ -71,6 +71,8 @@ jobs:
71
72
- name: 🚢 Publish to PyPI
73
uses: pypa/gh-action-pypi-publish@release/v1
74
+ with:
75
+ password: ${{ secrets.PYPI_API_TOKEN }}
76
77
- uses: softprops/action-gh-release@v2
78
with:
0 commit comments