We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05c234b + 089ebc2 commit 96ef90dCopy full SHA for 96ef90d
.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].12
+ uses: pypa/[email protected].14
23
with:
24
password: ${{ secrets.PYPI_API_TOKEN }}
25
- name: 📝 Create GitHub release
0 commit comments