Skip to content

Commit

Permalink
Fix version tag for pypa/gh-action-pypi-publish (#4469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 authored Jun 21, 2024
1 parent bf33c22 commit df88946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ jobs:
make build
- name: Publish pyk to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: pyk/dist
user: __token__
Expand Down

0 comments on commit df88946

Please sign in to comment.