Skip to content

Commit

Permalink
Update python-publish.yml (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin005 authored Feb 17, 2024
1 parent f649c6a commit ca075d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9'
cache: 'pipenv'
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
sudo pip install pipenv
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
pipenv install
pip install -r requirements.txt
- name: Build package
run: make build
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit ca075d9

Please sign in to comment.