We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f523e commit e46992bCopy full SHA for e46992b
.github/workflows/prerelease.yml
@@ -80,7 +80,7 @@ jobs:
80
name: built-artifacts
81
path: dist/
82
83
- - uses: pypa/gh-action-pypi-publish@v1.4.2
+ - uses: pypa/gh-action-pypi-publish@v1.6.4
84
with:
85
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
86
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
user: __token__
75
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments