Skip to content

Commit

Permalink
buiild
Browse files Browse the repository at this point in the history
  • Loading branch information
fdobad committed Aug 24, 2024
1 parent 8cbace5 commit f31f814
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
python -m build
shell: bash

- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: "dist/*"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags/v')
run: |
Expand Down

0 comments on commit f31f814

Please sign in to comment.