Skip to content

Commit 683305c

Browse files
authored
update pypi credentials
1 parent 051fb11 commit 683305c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ jobs:
2222
pip install setuptools wheel twine
2323
- name: Build and publish
2424
env:
25-
TWINE_USERNAME: ${{ secrets.PMH_PYPI_USER }}
26-
TWINE_PASSWORD: ${{ secrets.PMH_PYPI_PASS }}
25+
TWINE_USERNAME: __token__
26+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2727
run: |
2828
python setup.py sdist bdist_wheel
29+
twine check dist/*
2930
twine upload dist/*

0 commit comments

Comments
 (0)