Skip to content

Commit

Permalink
pypi token auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed Jan 24, 2024
1 parent 778de6b commit 9bf977c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflows:
- python-3.8
- python-3.9
- deploy:
context: pypi
requires:
- python-3.7
filters:
Expand Down Expand Up @@ -89,8 +90,8 @@ jobs:
pip install -U pip
pip install wheel twine
echo -e "[pypi]" >> ~/.pypirc
echo -e "username = allomedia" >> ~/.pypirc
echo -e "password = $PYPI_PASSWORD" >> ~/.pypirc
echo -e "username = __token__" >> ~/.pypirc
echo -e "password = $PYPI_TOKEN" >> ~/.pypirc
- run:
name: create packages
Expand Down

0 comments on commit 9bf977c

Please sign in to comment.