Revert "remove dist"

This reverts commit dab96c980d1e9f1f2fb6f7d98b975330fa7841f5.
This commit is contained in:
Jérome Eertmans
2022-09-07 23:48:49 +02:00
parent dab96c980d
commit 061706922b

View File

@ -13,6 +13,10 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/download-artifact@v2
with:
name: dist
path: dist/
- name: Upload to PyPI - name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@master uses: pypa/gh-action-pypi-publish@master
with: with: