Skip to content

Commit

Permalink
Merge branch 'main' of github.com:giotto-ai/pipeline-tools into main
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-darochac committed Nov 8, 2023
2 parents ab129bd + 116e86a commit 1e5689c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,5 @@ jobs:
- name: Build
run: |
python -m build
pip install /dist/*.whl
- name: Integration tests
run: |
for n in examples/*.py
do
python $n
done
pip install dist/*.whl
8 changes: 3 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

name: Upload Python Package

on:
release:
types: [published]
on: [workflow_dispatch]

permissions:
contents: read
Expand All @@ -29,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build twine
- name: Build package
run: python -m build
- name: Publish package
Expand All @@ -38,4 +36,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
twine check dist/*
# twine upload dist/*
twine upload dist/*

0 comments on commit 1e5689c

Please sign in to comment.