Skip to content

Commit

Permalink
fixed? gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
facundoq committed Dec 26, 2023
1 parent e978102 commit 971f516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install pypa/setuptools
run: >-
python -m
pip install wheel
pip install wheel setuptools
- name: Extract tag name
id: tag
run: echo ::set-output name=TAG_NAME::$(echo $GITHUB_REF | cut -d / -f 3)
Expand Down

0 comments on commit 971f516

Please sign in to comment.