We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fce550d + cafe23c commit 05c234bCopy full SHA for 05c234b
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: 📦 Build package
20
run: python -m build --sdist --wheel --outdir dist/
21
- name: 🚀 Publish package on PyPi
22
- uses: pypa/[email protected].11
+ uses: pypa/[email protected].12
23
with:
24
password: ${{ secrets.PYPI_API_TOKEN }}
25
- name: 📝 Create GitHub release
0 commit comments