Skip to content

Commit

Permalink
uploading distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
dachafra committed Jan 10, 2025
1 parent a6cef3c commit df754d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Build a binary wheel and a source tarball
run: |
poetry build
- 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 df754d7

Please sign in to comment.