Skip to content

Commit

Permalink
📦 PyPI-Test - Build 0.2.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCelmer committed Apr 28, 2024
1 parent 9f4e904 commit 1aa424f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt --no-cache-dir
pip install build
- name: 📦 Build Package
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: ⚙️ Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt --no-cache-dir
pip install build
- name: 📦 Build Package
run: |
Expand Down

0 comments on commit 1aa424f

Please sign in to comment.