Skip to content

Commit e224107

Browse files
committed
fix
1 parent 157bb2e commit e224107

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ jobs:
3232
- name: Publish distribution 📦 to PyPI
3333
if: startsWith(github.ref, 'refs/tags')
3434
uses: pypa/gh-action-pypi-publish@release/v1
35+
with:
36+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)