Skip to content

Commit

Permalink
Add python distribution as assets of release
Browse files Browse the repository at this point in the history
  • Loading branch information
DrYak committed Aug 3, 2023
1 parent 5849493 commit a1da8ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ jobs:
path: |
dist
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
draft: true
files: |
dist/*
# publish_testpypi:
# name: Publish Python 🐍 distributions 📦 to TestPyPI
# runs-on: ubuntu-latest
Expand Down

0 comments on commit a1da8ba

Please sign in to comment.