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.
1 parent bb3ad34 commit c788195Copy full SHA for c788195
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
release-tag: ${{ needs.prepare.outputs.version }}
61
62
- name: Upload package to pypi
63
- uses: pypa/gh-action-pypi-publish@v1.8.8
+ uses: pypa/gh-action-pypi-publish@v1.8.6
64
with:
65
user: __token__
66
password: ${{ secrets.PYPI_API_TOKEN }}
requirements-dev.txt
@@ -1,3 +1,3 @@
1
-prospector==1.7.*
+prospector==1.10.*
2
pylint==2.15.6
3
pytest==7.1.*
0 commit comments