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