Skip to content

Commit

Permalink
Merge pull request #181 from bklynhlth/3.0.x
Browse files Browse the repository at this point in the history
Publish workflow
  • Loading branch information
GeorgeEfstathiadis authored Dec 12, 2024
2 parents 2c1917a + c87d625 commit 7e67f17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis/dist/*
build-and-publish-openwillis-face:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis-face/dist/*
build-and-publish-openwillis-gps:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis-gps/dist/*
build-and-publish-openwillis-speech:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis-speech/dist/*
build-and-publish-openwillis-transcribe:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis-transcribe/dist/*
build-and-publish-openwillis-voice:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -181,4 +181,4 @@ jobs:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m twine upload dist/*
python -m twine upload openwillis-voice/dist/*

0 comments on commit 7e67f17

Please sign in to comment.