Skip to content

Commit

Permalink
update pypa release
Browse files Browse the repository at this point in the history
  • Loading branch information
Itdev4 committed Jan 8, 2024
1 parent 3253f37 commit bbc9730
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
run: |
make release
pip install setuptools wheel twine
make build
- name: Get version
run: echo $GITHUB_REF | awk -F '/' '{print $3}' >> version
run: |
echo $GITHUB_REF | awk -F '/' '{print $3}' >> version
make build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit bbc9730

Please sign in to comment.