There was an error while loading. Please reload this page.
1 parent ecfbf42 commit 82635c7Copy full SHA for 82635c7
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Build distribution
24
run: python -m build
25
- name: Publish
26
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ uses: pypa/gh-action-pypi-publish@v1.10.2
27
with:
28
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments