We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291f4b9 commit b4e998aCopy full SHA for b4e998a
1 file changed
.github/workflows/publish_package.yml
@@ -31,8 +31,7 @@ jobs:
31
- name: Build package
32
run: python -m build --sdist --wheel . --outdir dist
33
34
- - name: Publish package
35
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
+ - name: Publish package to PyPi
+ uses: pypa/gh-action-pypi-publish@release/v1
36
with:
37
- user: ${{ secrets.PYPI_USERNAME }}
38
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments