Skip to content

Commit

Permalink
Release CI: Also upload packages as artifact to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Feb 22, 2022
1 parent 8f45478 commit 0cbce75
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ jobs:
run: pip install -U pip wheel setuptools
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Upload package
- name: Upload package as artifact to GitHub
uses: actions/upload-artifact@v2
with:
name: package
path: dist/
- name: Upload packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit 0cbce75

Please sign in to comment.