add pypi user (#1401)

* add pypi user

* changelog

* changelog
This commit is contained in:
Jirka Borovec
2020-04-07 09:49:38 -04:00
committed by GitHub
parent 91a4ea9b38
commit b2ae57795f
3 changed files with 5 additions and 3 deletions
@@ -10,7 +10,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
python-version: [3.6, 3.7]
steps:
- uses: actions/checkout@master
@@ -31,6 +31,7 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
@@ -38,4 +39,5 @@ jobs:
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}