File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments