Skip to content

Commit

Permalink
clean dist dir after pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Faraone committed Nov 10, 2020
1 parent 91c6aca commit d3a585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
rm -f dist/*
- name: Extract tag name
uses: actions/github-script@v3
id: tag
Expand All @@ -53,7 +54,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
rm -f dist/*
tar cvfz connect-cli_${{ steps.tag.outputs.result }}_linux_amd64.tar.gz dist
- name: Upload distro package to artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit d3a585e

Please sign in to comment.