We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05c234b commit 089ebc2Copy full SHA for 089ebc2
.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