Skip to content

Commit

Permalink
Remove tests from this pipeline, not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeircul committed Jul 25, 2024
1 parent 3da17df commit 5127d58
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Upload Python Package
on:
release:
types: [published]
env:
API_KEY_FIRI: ${{ secrets.API_KEY_FIRI }}

jobs:
deploy:
Expand All @@ -19,8 +17,6 @@ jobs:
python -m pip install --upgrade pip
pip install build
pip install requests
- name: Run tests
run: python -m unittest tests/test_firipy.py
- name: Build package
run: python -m build
- name: Publish package
Expand Down

0 comments on commit 5127d58

Please sign in to comment.