We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1d4a9 commit eb0ee8dCopy full SHA for eb0ee8d
1 file changed
.github/workflows/release.yml
@@ -33,11 +33,13 @@ jobs:
33
- name: Publish distribution 📦 to Test PyPI
34
uses: pypa/gh-action-pypi-publish@master
35
with:
36
+ user: __token__
37
password: ${{ secrets.PYPI_API_TOKEN }}
38
repository_url: https://test.pypi.org/legacy/
39
- name: Publish distribution 📦 to PyPI
40
41
42
43
44
- run: npm publish
45
env:
0 commit comments