Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix a TTY-related flag for Docker launch
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Jul 22, 2023
1 parent b43fc15 commit 4a956f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: Upload
run: |
python3 -m pip install twine
docker run --rm -it atternio /bin/sh -c "python3 -m poetry build && python3 -m twine upload -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PWD }} -r pypi --repository-url https://upload.pypi.org/legacy/ dist/*"
docker run --rm -i atternio /bin/sh -c "python3 -m poetry build && python3 -m twine upload -u ${{ secrets.PYPI_USER }} -p ${{ secrets.PYPI_PWD }} -r pypi --repository-url https://upload.pypi.org/legacy/ dist/*"

0 comments on commit 4a956f0

Please sign in to comment.