Moved publishing to linux

This commit is contained in:
simleek
2019-11-09 22:34:00 -07:00
parent bd4d56614f
commit 96cf260375
2 changed files with 30 additions and 10 deletions
-10
View File
@@ -23,13 +23,3 @@ jobs:
run: poetry install
- name: Test with tox
run: poetry run tox -p auto -o
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}