Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
luni-moon authored Nov 11, 2021
1 parent 9813c14 commit 3e7cc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN python3 -m pip install --upgrade build
RUN python3 -m build

RUN python3 -m pip install --upgrade twine
RUN python3 -m twine upload -u $TEST_PYPI_USERNAME -p $TEST_PYPI_PASSWORD --repository testpypi dist/*
RUN python3 -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD --repository pypi dist/*

0 comments on commit 3e7cc75

Please sign in to comment.