fix workflow version tag

This commit is contained in:
Ray Lyon
2023-08-07 17:04:22 -04:00
committed by GitHub
parent 4090dec44d
commit 416f287ddc

View File

@@ -33,7 +33,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}