Skip to content

Commit 10bd090

Browse files
authored
ci: fix PyPI publishing (#161)
1 parent bf09725 commit 10bd090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
python -m build --sdist --wheel --outdir dist/ .
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@v1.10.3
36+
uses: pypa/gh-action-pypi-publish@v1.12.4
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)