We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0bbd78 + ccfee5a commit 5e7f3a4Copy full SHA for 5e7f3a4
1 file changed
.github/workflows/build_n_deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Build packages to be uploaded
22
run: python -m build
23
- name: pypi-publish
24
- uses: pypa/gh-action-pypi-publish@v1.13.0
+ uses: pypa/gh-action-pypi-publish@v1.14.0
25
with:
26
user: __token__
27
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments