Skip to content

Commit

Permalink
Merge pull request #3 from Fovty/CI/upload-artifact
Browse files Browse the repository at this point in the history
CI: upload artifact
  • Loading branch information
Fovty authored Mar 13, 2024
2 parents 238ec17 + aa3345c commit 9414a52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
run: pip install poetry
- name: Build Wheel
run: poetry build -f wheel
- name: Upload Wheel
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*

# Publishing to PyPI. Necessary?
# - name: Publish to PyPI
# uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 9414a52

Please sign in to comment.