Skip to content

Commit e180d36

Browse files
committed
GH Actions: push on test.pypi
Signed-off-by: Alexis Jeandet <[email protected]>
1 parent 689f819 commit e180d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@ jobs:
5050
make doctest
5151
- name: Check that release process is not broken
5252
if: matrix.python-version == '3.7' && matrix.os == 'ubuntu-latest'
53+
env:
54+
TWINE_USERNAME: __token__
55+
TWINE_PASSWORD: ${{ secrets.PYPI_TEST_PASSWORD }}
5356
run: |
5457
pip install build wheel twine
5558
python -m build .
5659
twine check dist/*
60+
twine upload --repository testpypi --skip-existing dist/*
5761
- name: Upload coverage to Codecov
5862
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
5963
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)