Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jul 1, 2024
1 parent 8b14330 commit b7dbd2d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- run: python3 -m pip install build --user
- name: Build dist
run: python3 -m build

# https://docs.pypi.org/trusted-publishers/using-a-publisher/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b7dbd2d

Please sign in to comment.