Skip to content

Commit

Permalink
Merge pull request #4 from trewq34/add-circleci
Browse files Browse the repository at this point in the history
Use prod pypi
  • Loading branch information
trewq34 authored Jul 28, 2022
2 parents 333b100 + 84c89c3 commit 1bc966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install build twine
python -m build --wheel --sdist
python -m twine check dist/*
python -m twine upload --repository testpypi -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/*
python -m twine upload -u $PYPI_USERNAME -p $PYPI_PASSWORD dist/*
- run:
name: Create Github release
command: |
Expand Down

0 comments on commit 1bc966c

Please sign in to comment.