Skip to content

Commit

Permalink
upload artifacts on release
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry committed Feb 13, 2021
1 parent b394ebd commit 6ae7f6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
run: |
python -m pip install --user build
python -m build --sdist --wheel --outdir dist/
- uses: alexellis/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["dist/*"]'
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 6ae7f6d

Please sign in to comment.