We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fff4b7 commit 83e59b0Copy full SHA for 83e59b0
1 file changed
.github/workflows/publish.yml
@@ -23,8 +23,5 @@ jobs:
23
- name: Build package
24
run: ./build.sh
25
26
- - name: Publish package
27
- uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
28
- with:
29
- user: bigclownlabs
30
- password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish package distributions to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments