We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8df4b commit 1a38eb0Copy full SHA for 1a38eb0
.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/gh-action-pypi-publish@v1.8.14
+ uses: pypa/gh-action-pypi-publish@v1.9.0
23
with:
24
password: ${{ secrets.PYPI_API_TOKEN }}
25
- name: 📝 Create GitHub release
0 commit comments