Skip to content

Commit

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

0 comments on commit 1ceaae3

Please sign in to comment.