Skip to content

Commit

Permalink
pypi actions still cooked
Browse files Browse the repository at this point in the history
  • Loading branch information
LIZARD-OFFICIAL-77 committed Oct 28, 2024
1 parent bb5ae72 commit 20d1d81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install pypa/setuptools
- name: Install pypa/wheel
run: >-
python -m
pip install wheel
- name: Install pypa/setuptools
run: >-
python -m
pip install 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 20d1d81

Please sign in to comment.