Skip to content

Commit

Permalink
v0.1.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
fasilwdr committed Nov 21, 2024
1 parent 2d25f7c commit 6324ede
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Python package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
Expand All @@ -20,8 +18,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install flake8 pytest twine build
pip install -e . # Install the package in editable mode with all dependencies
- name: Lint with flake8
run: |
Expand All @@ -42,4 +40,4 @@ jobs:
twine upload dist/* --verbose
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 6324ede

Please sign in to comment.