Skip to content

Commit

Permalink
Merge pull request #58 from getyourguide/update-uploading
Browse files Browse the repository at this point in the history
update uploading rocket
  • Loading branch information
hsiehkl authored Sep 19, 2023
2 parents ac867d6 + c4b1809 commit 8799c5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
env:
PYPI_DB_ROCKET: ${{ secrets.PYPI_DB_ROCKET }}
run: |
pip install poetry
poetry config virtualenvs.create false
poetry build
echo "Publishing now..."
poetry publish -u "__token__" --password "$PYPI_DB_ROCKET" || true
pip install requirements.txt
python3 -m build --no-isolation
echo "Build successfull, uploading now..."
python3 -m twine upload dist/* -u TOKEN -p "$PYPI_DB_ROCKET"
echo "Upload successfull!"

0 comments on commit 8799c5e

Please sign in to comment.