We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881b192 commit 47b3026Copy full SHA for 47b3026
.github/workflows/release.yml
@@ -28,8 +28,7 @@ jobs:
28
name: Python Packages
29
path: dist
30
31
- - name: Publish to PyPI
32
- uses: pypa/gh-action-pypi-publish@master
+ - name: Publish to PyPi
+ uses: pypa/gh-action-pypi-publish@release/v1
33
with:
34
- user: __token__
35
- password: ${{ secrets.pypi_production_token }}
+ print-hash: true
0 commit comments