Skip to content

Commit

Permalink
Update test-build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyus authored Nov 28, 2023
1 parent 06bf283 commit 35d8ab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: hatch --cache-dir ~/.hatchcache --data-dir ~/.hatchdata build
- name: Publish on PyPI
uses: pypa/gh-action-pypi-publish@release/v1
continue-on-error: true
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*"

0 comments on commit 35d8ab0

Please sign in to comment.