Skip to content

Commit e285dd3

Browse files
Merge pull request #22 from IABTechLab/cbc-UID2-2455-pypi-2FA
Switching pypi to an API key
2 parents 8a2d3a5 + bfd04e9 commit e285dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Publish
1616
run: |
1717
python3 -m pip install --upgrade twine
18-
python3 -m twine upload dist/* -u uid2 -p "${{ secrets.PYPI_PASSWORD }}"
18+
python3 -m twine upload dist/* -u __token__ -p "${{ secrets.PYPI_API_KEY }}"
1919

0 commit comments

Comments
 (0)