Skip to content

Commit

Permalink
ci: fix deploy job build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Aug 13, 2020
1 parent 9fd821e commit 1f90072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_pytests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ jobs:
--source
--binary
--out-dir dist/
.
# push all versions on master to test.pypi.org
- name: Publish package to TestPyPI
if: github.ref == 'refs/heads/master'
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
# push all tagged versions to pypi.org
Expand Down

0 comments on commit 1f90072

Please sign in to comment.