We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e7822 commit af91689Copy full SHA for af91689
.github/workflows/prerelease.yml
@@ -81,7 +81,7 @@ jobs:
81
name: built-artifacts
82
path: dist/
83
84
- - uses: pypa/gh-action-pypi-publish@v1.6.4
+ - uses: pypa/gh-action-pypi-publish@v1.8.7
85
with:
86
user: ${{ secrets.PRIVATE_PYPI_USERNAME }}
87
password: ${{ secrets.PRIVATE_PYPI_PASSWORD }}
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
user: __token__
76
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments