Skip to content

Commit

Permalink
Fix pypi-publish version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JureZmrzlikar committed Sep 27, 2023
1 parent bfca048 commit 9c0db8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@main
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_token }}

0 comments on commit 9c0db8c

Please sign in to comment.