remove dist

This commit is contained in:
Jérome Eertmans
2022-09-07 23:48:49 +02:00
parent 78941e10fc
commit dab96c980d

View File

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