Skip to content

Commit eb0ee8d

Browse files
authored
Update release.yml
1 parent dc1d4a9 commit eb0ee8d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ jobs:
3333
- name: Publish distribution 📦 to Test PyPI
3434
uses: pypa/gh-action-pypi-publish@master
3535
with:
36+
user: __token__
3637
password: ${{ secrets.PYPI_API_TOKEN }}
3738
repository_url: https://test.pypi.org/legacy/
3839
- name: Publish distribution 📦 to PyPI
3940
uses: pypa/gh-action-pypi-publish@master
4041
with:
42+
user: __token__
4143
password: ${{ secrets.PYPI_API_TOKEN }}
4244
- run: npm publish
4345
env:

0 commit comments

Comments
 (0)