Skip to content

Commit

Permalink
Merge pull request #39 from autonomio/mikkokotila-patch-1
Browse files Browse the repository at this point in the history
Update ci-deploy.yml
  • Loading branch information
mikkokotila authored Mar 29, 2024
2 parents 5c30674 + 46a2c62 commit e1dbe39
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python Package
name: Publish Python Package [NEW]
on:
release:
types: [created]
Expand All @@ -20,13 +20,12 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install '.[test]'
pip install -r requirements.txt
- name: Run tests
run: |
test_script.py
deploy:
runs-on: ubuntu-latest
needs: [test]
environment: release
permissions:
id-token: write
Expand Down

0 comments on commit e1dbe39

Please sign in to comment.