We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd28c9c + 4c09b5b commit be352cdCopy full SHA for be352cd
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
python -m pip install -U pip wheel
25
python setup.py bdist_wheel sdist
26
- name: pypi-publish
27
- uses: pypa/[email protected].11
+ uses: pypa/[email protected].12
28
with:
29
user: __token__
30
password: ${{ secrets.PYPI_PJO_TOKEN }}
0 commit comments