Skip to content

Commit b549ab3

Browse files
token (#79)
1 parent 91193bc commit b549ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- run: poetry version ${GITHUB_REF:10}
1313
- run: poetry build
1414
- run: pip install twine==4.0.1
15-
- run: twine upload dist/* -u alex-treebeard -p ${{ secrets.PYPI_PASSWORD }}
15+
- run: twine upload dist/* -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}
1616
- uses: EndBug/add-and-commit@v7.0.0
1717
with:
1818
author_name: github-actions

.github/workflows/test-publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
- run: pip install dist/*whl --force-reinstall
1919
- run: pytest --nbmake tests/resources/mock.ipynb
2020
- run: pip install twine==4.0.1
21-
- run: twine upload -r testpypi dist/* -u alex-treebeard-test -p ${{ secrets.TEST_PYPI_PASSWORD }}
21+
- run: twine upload -r testpypi dist/* -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)