Skip to content

Commit

Permalink
upload pypi (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
LegrandNico authored Dec 1, 2023
1 parent 5062440 commit c2e7311
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
--wheel
--outdir dist/
.
- name: Store the distribution packages
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: dist/

publish-to-pypi:
name: >-
Expand Down

0 comments on commit c2e7311

Please sign in to comment.