Skip to content

Commit

Permalink
gha: pypa/gh-action-pypi-publish: use release/v1 instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 15, 2023
1 parent 6a286a1 commit 4ff2a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
python -m build
twine check dist/*
- name: Publish packages to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 4ff2a33

Please sign in to comment.