From dafec70e6e5a5b642c94bc770fc4631594cc312f Mon Sep 17 00:00:00 2001 From: JanLJL Date: Mon, 19 Apr 2021 11:33:29 +0200 Subject: [PATCH] added wheel to pypi publishing --- .github/workflows/test-n-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-n-publish.yml b/.github/workflows/test-n-publish.yml index 6f745b2..f6ac108 100644 --- a/.github/workflows/test-n-publish.yml +++ b/.github/workflows/test-n-publish.yml @@ -31,11 +31,11 @@ jobs: - uses: codecov/codecov-action@v1 - name: Build package run: | - python setup.py build sdist + python setup.py build sdist bdist_wheel - name: Publish to PyPI if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master with: skip_existing: true user: __token__ - password: ${{ secrets.pypi_password }} \ No newline at end of file + password: ${{ secrets.pypi_password }}