Skip to content

Commit

Permalink
Fix: update action deps and versions (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Apr 27, 2024
1 parent 321dc71 commit 3013007
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/push-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ jobs:
run: git fetch origin 'refs/tags/*:refs/tags/*'

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install dependencies
run: |
pip install build
python -m pip install --upgrade pip
python -m pip install build twine
pip list
- name: Build package
run: |
python3 -m build
python -m build
echo ""
echo "Generated files:"
ls -lh dist/
Expand Down

0 comments on commit 3013007

Please sign in to comment.