Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Feb 19, 2024
1 parent 1b18c3c commit 15cf2e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install build package
- name: Install needed packages
run: |
pip install --upgrade build
pip install --upgrade setuptools build
- name: Check version number
run: |
TAG="${GITHUB_REF#refs/tags/}"
Expand Down

0 comments on commit 15cf2e0

Please sign in to comment.