We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2abba84 + 2456790 commit 4e92c79Copy full SHA for 4e92c79
1 file changed
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Publish package to PyPI
26
if: github.repository == 'ns1/ns1-python' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
27
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
28
with:
29
user: __token__
30
password: ${{ secrets.ns1_python_publish }}
0 commit comments