Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eliphas1204 committed Jan 17, 2024
1 parent 3952d10 commit 3aff065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'

- name: Install dependencies
run: python -m pip install --upgrade pip setuptools

# Build package distributions from the setup.py in paynow directory
- name: Build package
run: |
Expand Down

0 comments on commit 3aff065

Please sign in to comment.